Skip to content

Commit 667c9f8

Browse files
Cargo: Bump futures-util from 0.3.30 to 0.3.31
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31. - [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.30...0.3.31) --- updated-dependencies: - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9016326 commit 667c9f8

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ compress-zstd = ["async-compression/zstd"]
2121
[dependencies]
2222
tokio = { version = "^1.40.0", features = ["macros", "sync", "net", "rt-multi-thread", "time", "signal"] }
2323
env_logger = { version = "^0.11.5", default-features = false }
24-
futures-util = { version = "^0.3.30", default-features = false }
24+
futures-util = { version = "^0.3.31", default-features = false }
2525
log = "^0.4.22"
2626
serde = { version = "^1.0.210", features = ["derive"] }
2727
serde_json = "^1.0.128"

components/uactor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ edition = "2018"
99

1010
[dependencies]
1111
tokio = { version = "^1.28", features = ["macros", "sync", "rt"] }
12-
futures-util = "^0.3.28"
12+
futures-util = "^0.3.31"
1313
async-trait = "^0.1.68"

0 commit comments

Comments
 (0)