Skip to content

Commit

Permalink
Merge pull request parallaxsecond#107 from gowthamsk-arm/bump_zeroize
Browse files Browse the repository at this point in the history
Bump zeroize version
  • Loading branch information
ionut-arm authored Aug 31, 2022
2 parents 73b14b3 + 4e74588 commit 22ebb4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions psa-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ repository = "https://github.com/parallaxsecond/rust-psa-crypto"
psa-crypto-sys = { path = "../psa-crypto-sys", version = "0.9.0", default-features = false }
log = "0.4.11"
serde = { version = "1.0.115", features = ["derive"] }
# Versions 1.4.x no longer compiles with Rust version 1.46.0
zeroize = { version = "<=1.3.0", features = ["zeroize_derive"] }
zeroize = { version = "1.4.3", features = ["zeroize_derive"] }

[dev-dependencies]
rsa = { version = "0.5.0", features = ["alloc"] }
Expand Down

0 comments on commit 22ebb4d

Please sign in to comment.