You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Bump futures-util from 0.3.21 to 0.3.23
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.23. - [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.21...0.3.23) --- 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
f0efc2c695
commit
739507d883
@@ -12,7 +12,7 @@ axum-extra = { version = "0.3.7", features = ["cookie-private"] }
|
||||
bincode = "1.3.3"
|
||||
chrono = "0.4.20"
|
||||
data-encoding = "2.3.2"
|
||||
futures-util = "0.3.21"
|
||||
futures-util = "0.3.23"
|
||||
headers = "0.3.7"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
|
@@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
axum = { version = "0.5.15", optional = true }
|
||||
bytes = "1.2.1"
|
||||
futures-util = "0.3.21"
|
||||
futures-util = "0.3.23"
|
||||
headers = "0.3.7"
|
||||
http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
|
@@ -10,7 +10,7 @@ anyhow = "1.0.62"
|
||||
async-trait = "0.1.57"
|
||||
convert_case = "0.5.0"
|
||||
csv = "1.1.6"
|
||||
futures-util = "0.3.21"
|
||||
futures-util = "0.3.23"
|
||||
reqwest = { version = "0.11.11", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1.0.142", features = ["derive"] }
|
||||
tokio = { version = "1.20.1", features = ["full"] }
|
||||
|
@@ -14,7 +14,7 @@ crypto-mac = { version = "0.11.1", features = ["std"] }
|
||||
digest = "0.10.3"
|
||||
ecdsa = { version = "0.14.3", features = ["sign", "verify", "pem", "pkcs8"] }
|
||||
elliptic-curve = { version = "0.12.3", features = ["ecdh", "pem"] }
|
||||
futures-util = "0.3.21"
|
||||
futures-util = "0.3.23"
|
||||
hmac = "0.12.1"
|
||||
http = "0.2.8"
|
||||
p256 = { version = "0.11.1", features = ["ecdsa", "pem", "pkcs8"] }
|
||||
|
@@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
tokio = "1.20.1"
|
||||
async-trait = "0.1.57"
|
||||
tokio-stream = "0.1.9"
|
||||
futures-util = "0.3.21"
|
||||
futures-util = "0.3.23"
|
||||
tracing = "0.1.36"
|
||||
sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
||||
|
Reference in New Issue
Block a user