From 997d4d45c8caf1fbe9c40b5633de4303646e485a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:14:27 +0000 Subject: [PATCH] chore(deps): update round-based requirement from 0.3.2 to 0.4.0 Updates the requirements on [round-based](https://github.com/LFDT-Lockness/round-based) to permit the latest version. - [Commits](https://github.com/LFDT-Lockness/round-based/compare/v0.3.2...v0.4.0) --- updated-dependencies: - dependency-name: round-based dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"