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 6267f6f commit 5295e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ctr = "0.9.1"
aes = "0.8.1"
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 }
x25519-dalek = { version = "2", features = ["static_secrets"], optional = true }
curve25519-dalek = { version = "4", optional = true }
tokio = { version = "1", features = ["net", "io-util"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
thiserror = "1"
Expand Down

0 comments on commit 5295e90

Please sign in to comment.