You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
build(deps): bump futures-util from 0.3.25 to 0.3.26
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26. - [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.25...0.3.26) --- 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:
committed by
Quentin Gliech
parent
d8817b9f25
commit
d81c0296d1
@ -11,7 +11,7 @@ axum = { version = "0.6.4", features = ["headers"] }
|
||||
axum-extra = { version = "0.4.2", features = ["cookie-private"] }
|
||||
chrono = "0.4.23"
|
||||
data-encoding = "2.3.3"
|
||||
futures-util = "0.3.25"
|
||||
futures-util = "0.3.26"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
# Async runtime
|
||||
tokio = { version = "1.25.0", features = ["macros"] }
|
||||
futures-util = "0.3.25"
|
||||
futures-util = "0.3.26"
|
||||
|
||||
# Logging and tracing
|
||||
tracing = "0.1.37"
|
||||
|
@ -10,7 +10,7 @@ aws-smithy-http = { version = "0.54.1", optional = true }
|
||||
aws-types = { version = "0.54.1", optional = true }
|
||||
axum = { version = "0.6.4", optional = true }
|
||||
bytes = "1.3.0"
|
||||
futures-util = "0.3.25"
|
||||
futures-util = "0.3.26"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
|
@ -11,7 +11,7 @@ async-trait = "0.1.63"
|
||||
camino = "1.1.2"
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.1.6"
|
||||
futures-util = "0.3.25"
|
||||
futures-util = "0.3.26"
|
||||
reqwest = { version = "0.11.14", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
tokio = { version = "1.25.0", features = ["full"] }
|
||||
|
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.3.0"
|
||||
futures-util = "0.3.25"
|
||||
futures-util = "0.3.26"
|
||||
http-body = "0.4.5"
|
||||
hyper = { version = "0.14.23", features = ["server", "http1", "http2", "tcp"] }
|
||||
pin-project-lite = "0.2.9"
|
||||
|
@ -24,7 +24,7 @@ chrono = "0.4.23"
|
||||
form_urlencoded = "1.1.0"
|
||||
futures = "0.3.25"
|
||||
futures-signals = "0.3.31"
|
||||
futures-util = "0.3.25"
|
||||
futures-util = "0.3.26"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
once_cell = "1.17.0"
|
||||
|
@ -13,7 +13,7 @@ serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.91"
|
||||
thiserror = "1.0.38"
|
||||
tracing = "0.1.37"
|
||||
futures-util = "0.3.25"
|
||||
futures-util = "0.3.26"
|
||||
|
||||
rand = "0.8.5"
|
||||
rand_chacha = "0.3.1"
|
||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
async-trait = "0.1.63"
|
||||
chrono = "0.4.23"
|
||||
thiserror = "1.0.38"
|
||||
futures-util = "0.3.25"
|
||||
futures-util = "0.3.26"
|
||||
|
||||
rand_core = "0.6.4"
|
||||
url = "2.3.1"
|
||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
tokio = "1.25.0"
|
||||
async-trait = "0.1.63"
|
||||
tokio-stream = "0.1.11"
|
||||
futures-util = "0.3.25"
|
||||
futures-util = "0.3.26"
|
||||
tracing = "0.1.37"
|
||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
||||
|
Reference in New Issue
Block a user