Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC authored Jul 24, 2024
1 parent b7dd7a3 commit 4a6cd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto_box/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rust-version = "1.60"
[dependencies]
aead = { version = "0.5.2", default-features = false }
crypto_secretbox = { version = "0.1.1", default-features = false, path = "../crypto_secretbox" }
curve25519-dalek = { version = "4", default-features = false, features = ["zeroize"] }
curve25519-dalek = { version = "4.1.3", default-features = false, features = ["zeroize"] }
subtle = { version = "2", default-features = false }
zeroize = { version = "1", default-features = false }

Expand Down

0 comments on commit 4a6cd52

Please sign in to comment.