Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya authored Mar 27, 2024
1 parent 3933044 commit 6267f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6267f6f

Please sign in to comment.