aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-10-15 10:39:40 +0200
committerAlex Auvolat <alex@adnab.me>2021-10-15 10:39:40 +0200
commit48d6a72ebd39c0d80e9fd794b55825da1d776420 (patch)
tree5157af5a0a946661076cf7b8a671089aedb10d78 /Cargo.toml
parentcfa64bc745969cfc3684a70b45d71128f8335460 (diff)
downloadnetapp-48d6a72ebd39c0d80e9fd794b55825da1d776420.tar.gz
netapp-48d6a72ebd39c0d80e9fd794b55825da1d776420.zip
Update kuska-handshake dependency to use official 0.2.0 release
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9bcd88b..4fd524d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ bytes = "0.6.0"
lru = { version = "0.6", optional = true }
sodiumoxide = { version = "0.2.5-0", package = "kuska-sodiumoxide" }
-kuska-handshake = { version = "0.2.0", git = "https://github.com/Alexis211/handshake", branch = "tokio1.0", features = ["default", "async_std"] }
+kuska-handshake = { version = "0.2.0", features = ["default", "async_std"] }
[dev-dependencies]
env_logger = "0.8"