Skip to content

Commit

Permalink
Bump min version of zeroize to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 2, 2024
1 parent 534b0aa commit b34c1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inout = "0.2.0-rc.0"

# optional dependencies
blobby = { version = "0.3", optional = true }
zeroize = { version = "1.7", optional = true, default-features = false }
zeroize = { version = "1.8", optional = true, default-features = false }

[features]
alloc = []
Expand Down

0 comments on commit b34c1d6

Please sign in to comment.