summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 6475598e..eb394f08 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -35,7 +35,7 @@ tempfile = "3.1"
thiserror = "1.0.2"
url = "2.1"
zbase32 = "0.1.2"
-tokio = { version = "1", features = [ "macros" ] }
+tokio = { version = "1.13.1", features = [ "macros" ] }
base64 = ">=0.12"
[dev-dependencies]