Skip to content

Commit

Permalink
Bump futures-util from 0.3.29 to 0.3.30 (#1328)
Browse files Browse the repository at this point in the history
* Bump futures-util from 0.3.29 to 0.3.30

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.29 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.29...0.3.30)

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

Signed-off-by: dependabot[bot] <[email protected]>

* bump futures to v0.3.30 as well

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <[email protected]>
  • Loading branch information
dependabot[bot] and niklasad1 authored Jan 4, 2024
1 parent 39e26a4 commit 089022d
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ darling = "0.20.3"
derivative = "2.2.0"
either = "1.9.0"
frame-metadata = { version = "16.0.0", default-features = false, features = ["current", "std"] }
futures = { version = "0.3.29", default-features = false, features = ["std"] }
futures = { version = "0.3.30", default-features = false, features = ["std"] }
getrandom = { version = "0.2", default-features = false }
hex = "0.4.3"
heck = "0.4.1"
Expand Down Expand Up @@ -104,7 +104,7 @@ which = "5.0.0"
smoldot = { version = "0.15.0", default-features = false }
smoldot-light = { version = "0.13.0", default-features = false }
tokio-stream = "0.1.14"
futures-util = "0.3.29"
futures-util = "0.3.30"
rand = "0.8.5"
pin-project = "1.1.3"

Expand Down
32 changes: 16 additions & 16 deletions examples/parachain-example/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 testing/wasm-lightclient-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tracing-wasm = "0.2.1"
tracing = "0.1.34"
console_error_panic_hook = "0.1.7"
serde_json = "1"
futures-util = "0.3.28"
futures-util = "0.3.30"

# This crate is not a part of the workspace, because it
# requires the "jsonrpsee web unstable-light-client" features to be enabled, which we don't
Expand Down
2 changes: 1 addition & 1 deletion testing/wasm-rpc-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tracing-wasm = "0.2.1"
tracing = "0.1.34"
console_error_panic_hook = "0.1.7"
serde_json = "1"
futures-util = "0.3.28"
futures-util = "0.3.30"

# This crate is not a part of the workspace, because it
# requires the "jsonrpsee web" features to be enabled, which we don't
Expand Down

0 comments on commit 089022d

Please sign in to comment.