Skip to content

Commit

Permalink
chore(deps): update round-based requirement from 0.3.2 to 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [round-based](https://github.com/LFDT-Lockness/round-based) to permit the latest version.
- [Commits](LFDT-Lockness/round-based@v0.3.2...v0.4.0)

---
updated-dependencies:
- dependency-name: round-based
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent ed475b2 commit 997d4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 997d4d4

Please sign in to comment.