Skip to content

Commit

Permalink
Merge pull request #242 from 0xcregis/241-feat-zeroize-downgrade-to-130
Browse files Browse the repository at this point in the history
refactor: zeroize downgrade to 1.3.0
  • Loading branch information
shuimuliang authored Jun 24, 2024
2 parents 334fcf5 + 6dafb9d commit 07b611e
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 @@ -63,7 +63,7 @@ rustc-hash = "1.1.0"
hmac = "0.12.1"
pbkdf2 = { version = "0.12.1", default-features = false }
unicode-normalization = "0.1.22"
zeroize = { version = "1.5.5", default-features = false }
zeroize = { version = "1.3.0", default-features = false }
once_cell = { version = "1.18.0" }
subtle = { version = "2", default-features = false }
p256 = "0.13.2"
Expand Down

0 comments on commit 07b611e

Please sign in to comment.