cargo: Bump smoldot to 0.16 from 0.15 (#1350)

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-01-09 17:41:24 +02:00
committed by GitHub
parent 5f68d217fc
commit 4056122700
2 changed files with 41 additions and 149 deletions
+2 -2
View File
@@ -101,8 +101,8 @@ wasm-bindgen-test = "0.3.24"
which = "5.0.0"
# Light client support:
smoldot = { version = "0.15.0", default-features = false }
smoldot-light = { version = "0.13.0", default-features = false }
smoldot = { version = "0.16.0", default-features = false }
smoldot-light = { version = "0.14.0", default-features = false }
tokio-stream = "0.1.14"
futures-util = "0.3.30"
rand = "0.8.5"