mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
627ee68341
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>
12 lines
293 B
TOML
12 lines
293 B
TOML
[package]
|
|
name = "middleware"
|
|
version = "1.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
actix-session = { version = "0.10", features = ["cookie-session"] }
|
|
actix-web = "4"
|
|
env_logger = "0.11"
|
|
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
|