1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Bump futures-util from 0.3.24 to 0.3.25

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25.
- [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.24...0.3.25)

---
updated-dependencies:
- dependency-name: futures-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-20 06:32:10 +00:00
committed by Quentin Gliech
parent c3e511d38c
commit 680cb422a2
7 changed files with 20 additions and 20 deletions

View File

@ -12,7 +12,7 @@ axum-extra = { version = "0.4.0-rc.1", features = ["cookie-private"] }
bincode = "1.3.3"
chrono = "0.4.22"
data-encoding = "2.3.2"
futures-util = "0.3.24"
futures-util = "0.3.25"
headers = "0.3.8"
http = "0.2.8"
http-body = "0.4.5"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
axum = "0.6.0-rc.2"
tokio = { version = "1.21.2", features = ["full"] }
futures-util = "0.3.24"
futures-util = "0.3.25"
anyhow = "1.0.65"
clap = { version = "4.0.17", features = ["derive"] }
dotenv = "0.15.0"

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
axum = { version = "0.6.0-rc.2", optional = true }
bytes = "1.2.1"
futures-util = "0.3.24"
futures-util = "0.3.25"
headers = "0.3.8"
http = "0.2.8"
http-body = "0.4.5"

View File

@ -10,7 +10,7 @@ anyhow = "1.0.65"
async-trait = "0.1.58"
convert_case = "0.6.0"
csv = "1.1.6"
futures-util = "0.3.24"
futures-util = "0.3.25"
reqwest = { version = "0.11.12", features = ["blocking", "rustls-tls"], default-features = false }
serde = { version = "1.0.145", features = ["derive"] }
tokio = { version = "1.21.2", features = ["full"] }

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
bytes = "1.2.1"
futures-util = "0.3.24"
futures-util = "0.3.25"
http-body = "0.4.5"
hyper = { version = "0.14.20", features = ["server", "http1", "http2", "tcp"] }
pin-project-lite = "0.2.9"

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
tokio = "1.21.2"
async-trait = "0.1.58"
tokio-stream = "0.1.11"
futures-util = "0.3.24"
futures-util = "0.3.25"
tracing = "0.1.37"
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }