Skip to content

Commit

Permalink
Update Cargo.toml (#178)
Browse files Browse the repository at this point in the history
Bumps the dependency to at least 4.1.3 as per the advisory:

https://rustsec.org/advisories/RUSTSEC-2024-0344.html

(even though this crate may not be using the function mentioned in the
advisory, it is better to bump it to ensure that there is no chance of
other dependencies pulling it)
  • Loading branch information
Dylan-DPC authored Jul 31, 2024
1 parent 6471ec1 commit cb2300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spake2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
rust-version = "1.60"

[dependencies]
curve25519-dalek = { version = "4", default-features = false, features = ["rand_core"] }
curve25519-dalek = { version = "4.1.3", default-features = false, features = ["rand_core"] }
rand_core = { version = "0.6", default-features = false }
sha2 = { version = "0.10", default-features = false }
hkdf = { version = "0.12", default-features = false }
Expand Down

0 comments on commit cb2300d

Please sign in to comment.