Skip to content

Commit 6a00bf4

Browse files
build(deps): bump futures-util from 0.3.31 to 0.3.32
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.31 to 0.3.32. - [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.31...0.3.32) --- updated-dependencies: - dependency-name: futures-util dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6230892 commit 6a00bf4

File tree

4 files changed

+13
-20
lines changed

4 files changed

+13
-20
lines changed

Cargo.lock

Lines changed: 10 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bb8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace = ".."
1010
readme = "../README.md"
1111

1212
[dependencies]
13-
futures-util = { version = "0.3.2", default-features = false, features = ["alloc"] }
13+
futures-util = { version = "0.3.32", default-features = false, features = ["alloc"] }
1414
parking_lot = { version = "0.12", optional = true }
1515
tokio = { version = "1.0", features = ["rt", "sync", "time"] }
1616

postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ tokio = { version = "1.0.0", features = ["rt"] }
2424
tokio-postgres = "0.7"
2525

2626
[dev-dependencies]
27-
futures-util = "0.3.2"
27+
futures-util = "0.3.32"
2828
tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] }

redis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ bb8 = { version = "0.9", path = "../bb8" }
1212
redis = { version = "1.0.0", default-features = false, features = ["tokio-comp"] }
1313

1414
[dev-dependencies]
15-
futures-util = "0.3.15"
15+
futures-util = "0.3.32"
1616
tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)