Update Smoldot to latest version (#1991)

* Update Smoldot

* Update lockfile

* fix wasm example dependency issue
This commit is contained in:
James Wilson
2025-05-09 15:27:34 +01:00
committed by GitHub
parent a0330768ff
commit 98c1d153b6
3 changed files with 613 additions and 601 deletions
+2 -2
View File
@@ -123,8 +123,8 @@ hyper = "1"
http-body = "1"
# Light client support:
smoldot = { version = "0.18.0", default-features = false }
smoldot-light = { version = "0.16.2", default-features = false }
smoldot = { version = "0.19.3", default-features = false }
smoldot-light = { version = "0.17.1", default-features = false }
tokio-stream = "0.1.16"
futures-util = "0.3.31"
rand = "0.8.5"