Skip to content

Commit

Permalink
Revert zeroize to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Apr 26, 2024
1 parent df940cb commit 4bf1f60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion full-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ soketto = { version = "0.8.0", features = ["deflate"] }
smol = "2.0.0"
smoldot = { version = "0.17.0", path = "../lib", default-features = false, features = ["database-sqlite", "std", "wasmtime"] }
terminal_size = "0.3.0"
zeroize = { version = "1.8.0", default-features = false, features = ["alloc"] }
zeroize = { version = "1.7.0", default-features = false, features = ["alloc"] }
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ smallvec = { version = "1.13.2", default-features = false }
twox-hash = { version = "1.6.3", default-features = false }
wasmi = { version = "0.32.0-beta.10", default-features = false }
x25519-dalek = { version = "2.0.0-rc.3", default-features = false, features = ["alloc", "precomputed-tables", "static_secrets", "zeroize"] }
zeroize = { version = "1.8.0", default-features = false, features = ["alloc"] }
zeroize = { version = "1.7.0", default-features = false, features = ["alloc"] }

# `database-sqlite` feature
rusqlite = { version = "0.31.0", optional = true, default-features = false, features = ["bundled"] }
Expand Down
2 changes: 1 addition & 1 deletion light-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde_json = { version = "1.0.104", default-features = false, features = ["alloc
siphasher = { version = "1.0.1", default-features = false }
slab = { version = "0.4.8", default-features = false }
smoldot = { version = "0.17.0", path = "../lib", default-features = false }
zeroize = { version = "1.8.0", default-features = false, features = ["alloc"] }
zeroize = { version = "1.7.0", default-features = false, features = ["alloc"] }

# `std` feature
# Add here the crates that cannot function without the help of the operating system or environment.
Expand Down

0 comments on commit 4bf1f60

Please sign in to comment.