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:
parent
04419cd67c
commit
627ee68341
@ -8,4 +8,4 @@ edition.workspace = true
|
||||
actix-session = { version = "0.10", features = ["cookie-session"] }
|
||||
actix-web = "4"
|
||||
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"] }
|
||||
|
@ -7,4 +7,4 @@ edition.workspace = true
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user