Skip to content

Commit

Permalink
Merge pull request #99 from andresilva/andre/downgrade-subtle-2.4.1
Browse files Browse the repository at this point in the history
set minimum subtle version to 2.4.1
  • Loading branch information
burdges authored Dec 8, 2023
2 parents 4ee7953 + 3e5a358 commit a9e6d9c
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 @@ -23,7 +23,7 @@ curve25519-dalek = { version = "4.1.0", default-features = false, features = [
"precomputed-tables",
"legacy_compatibility",
] }
subtle = { version = "2.5.0", default-features = false }
subtle = { version = "2.4.1", default-features = false }
merlin = { version = "3.0.0", default-features = false }
getrandom_or_panic = { version = "0.0.3", default-features = false }
rand_core = { version = "0.6.2", default-features = false }
Expand Down

0 comments on commit a9e6d9c

Please sign in to comment.