From bf3c7f3393d19fcc310d1e5e888e5602ea87d122 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Fri, 26 Jan 2024 14:56:03 +0200 Subject: [PATCH] Update smoldot to 0.17 and smoldot-light to 0.15 Signed-off-by: Alexandru Vasile --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a5a07ade5..64677f2f26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,8 +101,8 @@ scale-typegen = "0.1.1" strip-ansi-escapes = "0.2.0" # Light client support: -smoldot = { version = "0.16.0", default-features = false } -smoldot-light = { version = "0.14.0", default-features = false } +smoldot = { version = "0.17.0", default-features = false } +smoldot-light = { version = "0.15.0", default-features = false } tokio-stream = "0.1.14" futures-util = "0.3.30" rand = "0.8.5"