Skip to content

Commit

Permalink
build(deps): bump futures-util from 0.3.30 to 0.3.31
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 7b6e666 commit 21c748f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 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 actix-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ actix-http = "3"
actix-web = { version = "4", default-features = false }
actix-web-lab = "0.22"
futures-core = "0.3.17"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
local-channel = "0.1"
pin-project-lite = "0.2"
tokio = { version = "1.40.0", features = ["sync", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion actix-web-lab-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ actix-web-lab = "0.22"

actix-test = "0.1"
actix-web = "4"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
rustversion = "1"
tokio = { version = "1.40.0", features = ["macros"] }
trybuild = "1"
Expand Down
4 changes: 2 additions & 2 deletions actix-web-lab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ csv = "1.1"
derive_more = { version = "1", features = ["display", "error"] }
form_urlencoded = "1"
futures-core = "0.3.17"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
http = "0.2.7"
impl-more = "0.1.3"
itertools = "0.13"
Expand Down Expand Up @@ -97,7 +97,7 @@ base64 = "0.22"
digest = "0.10"
ed25519-dalek = "2"
env_logger = "0.11"
futures-util = { version = "0.3.17", default-features = false, features = ["std", "io"] }
futures-util = { version = "0.3.31", default-features = false, features = ["std", "io"] }
generic-array = "0.14"
hex = "0.4"
hex-literal = "0.4"
Expand Down

0 comments on commit 21c748f

Please sign in to comment.