summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-03-28 21:10:59 +0800
committerKeuin <[email protected]>2022-03-28 21:10:59 +0800
commit46b838656a9cd4725c6b1cc58f5be55097a4ac58 (patch)
tree4ae4e07bbfe814f3f8dbf853d78f3fdc734513b6 /Cargo.lock
parent3c8531e8a4d3a23c2f4f3875bc30d2cbe103ec47 (diff)
Bugfix: Specify `localhost` listen endpoint will cause a panic.v0.5.1
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7bfb59e..c61a8d6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -829,7 +829,7 @@ dependencies = [
[[package]]
name = "kimikuri_rs"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"bs58",
"futures",