Skip to content

Commit

Permalink
Merge branch 'main' into fix-1789
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Apr 26, 2024
2 parents ec8b635 + f9908ce commit 51f863f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 45 deletions.
60 changes: 19 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.0", default-features = false, features = ["alloc"] }
zeroize = { version = "1.7.0", default-features = false, features = ["alloc"] }
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ siphasher = { version = "1.0.1", default-features = false }
slab = { version = "0.4.8", default-features = false }
smallvec = { version = "1.13.2", default-features = false }
twox-hash = { version = "1.6.3", default-features = false }
wasmi = { version = "0.32.0-beta.6", 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.6.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.6.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 51f863f

Please sign in to comment.