1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump Rust dependencies

This commit is contained in:
Quentin Gliech
2023-05-25 17:46:44 +02:00
parent d2d68e9a27
commit 1993f4cfca
28 changed files with 664 additions and 739 deletions

View File

@ -30,12 +30,12 @@ http = "0.2.9"
once_cell = "1.17.1"
mime = "0.3.17"
rand = "0.8.5"
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
serde_urlencoded = "0.7.1"
serde_with = "2.3.2"
serde_with = "3.0.0"
thiserror = "1.0.40"
tokio = { version = "1.28.0", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.28.1", features = ["rt", "macros", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["full"] }
tracing = "0.1.37"
url = { version = "2.3.1", features = ["serde"] }
@ -48,7 +48,7 @@ oauth2-types = { path = "../oauth2-types" }
# Default http service
http-body = { version = "0.4.5", optional = true }
rustls = {version = "0.21.0", optional = true }
rustls = {version = "0.21.1", optional = true }
[dependencies.hyper-rustls]
version = "0.24.0"
features = ["http1", "http2", "rustls-native-certs"]
@ -65,7 +65,7 @@ optional = true
[dev-dependencies]
assert_matches = "1.5.0"
bitflags = "2.2.1"
bitflags = "2.3.1"
mas-keystore = { path = "../keystore" }
rand_chacha = "0.3.1"
wiremock = "0.5.18"