diff --git a/Cargo.lock b/Cargo.lock index 8bbc196..db2c979 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,6 +1063,6 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" +checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" diff --git a/Cargo.toml b/Cargo.toml index b17738e..72904d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ digest = { version = "0.11.0-rc.1", default-features = false, features = ["alloc rand_core = { version = "0.9", default-features = false } signature = { version = "3.0.0-rc.4", default-features = false, features = ["alloc", "digest", "rand_core"] } subtle = { version = "2.6.1", default-features = false } -zeroize = { version = "1.5", features = ["alloc"] } +zeroize = { version = "1.8", features = ["alloc"] } # optional dependencies pkcs1 = { version = "0.8.0-rc.3", optional = true, default-features = false, features = ["alloc", "pem"] }