Skip to content

Commit

Permalink
build(deps): bump futures from 0.3.28 to 0.3.30
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.30.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.28...0.3.30)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent de6b1eb commit f8ac429
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rc-validator-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
bytes = "1.4.0"
async-trait = "0.1.56"
futures = "0.3.21"
futures = "0.3.30"
tracing = "0.1.37"
log = "0.4"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/rc-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow = "1.0.66"
# rand = "0.8.4"
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"]}
scale-info = { version = "2.2.0", features = ["derive"] }
futures = "0.3.21"
futures = "0.3.30"
serde = { version = "1.0.163" }
serde_json = "1.0.68"

Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log = "0.4.20"
codec = { package = "parity-scale-codec", version = "3.0.0" }
serde = { version = "1.0.171", features = ["derive"] }
jsonrpsee = { version = "0.16.2", features = ["server"] }
futures = "0.3.28"
futures = "0.3.30"

# Local
redot-runtime = { path = "../runtime" }
Expand Down
2 changes: 1 addition & 1 deletion redlight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tokio-stream = { version = "0.1" }
tracing-subscriber = { version = "0.2.25", features = ["json"] }
tokio = { version = "1.21.2", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
jsonrpsee = { version = "0.16.2", features = ["full"] }
futures = "0.3.21"
futures = "0.3.30"
log = "0.4"
ureq = { version = "2.7", features = ["json"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion redoxt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ structopt = "0.3.25"
anyhow = "1.0.66"
tokio = { version = "1.28", features = ["process","macros", "time", "rt-multi-thread"] }
frost-ed25519 = { version="1.0.0-rc.0"}
futures = { version = "0.3.27", default-features = false, features = ["std"] }
futures = { version = "0.3.30", default-features = false, features = ["std"] }
log = "0.4"
hex = "0.4"
serde_json = "1.0"
Expand Down

0 comments on commit f8ac429

Please sign in to comment.