diff --git a/Cargo.toml b/Cargo.toml index dbaeebe..5b73ee2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.14" rand_core = "0.6.3" x25519-dalek = { version = "2.0.1", features = ["static_secrets"], optional = true } curve25519-dalek = { version = "4.1.2", optional = true } -tokio = { version = "1.36", features = ["net", "io-util"] } +tokio = { version = "1", features = ["net", "io-util"] } tokio-util = { version = "0.7.10", features = ["codec"] } thiserror = "1" rand = "0.8.5"