1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00

chore(deps): bump futures-util from 0.3.30 to 0.3.31 in /examples (#471)

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](https://github.com/rust-lang/futures-rs/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-07 06:14:38 +01:00 committed by GitHub
parent 04419cd67c
commit 627ee68341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ edition.workspace = true
actix-session = { version = "0.10", features = ["cookie-session"] } actix-session = { version = "0.10", features = ["cookie-session"] }
actix-web = "4" actix-web = "4"
env_logger = "0.11" env_logger = "0.11"
futures-util = { version = "0.3.7", default-features = false, features = ["std"] } futures-util = { version = "0.3.31", default-features = false, features = ["std"] }

View File

@ -7,4 +7,4 @@ edition.workspace = true
[dependencies] [dependencies]
actix-web = "4" actix-web = "4"
actix-ws = "0.3" actix-ws = "0.3"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] } futures-util = { version = "0.3.31", default-features = false, features = ["std"] }