diff --git a/Cargo.toml b/Cargo.toml index f598a4b..7b9303b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ color-eyre = { version = "0.6", features = ["tracing-error", "color-spantrace"] hex = { version = "0.4.3", default-features = false } sp-core = { version = "31.0.0", default-features = false } serde = { version = "1.0.214", features = ["derive"] } -round-based = { version = "0.3.2", features = ["runtime-tokio"] } +round-based = { version = "0.4.0", features = ["runtime-tokio"] } thiserror = "2.0.3" itertools = "0.13.0"