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-06-14 11:20:34 +02:00
parent 3672d2dbde
commit 7e90564d16
28 changed files with 432 additions and 401 deletions

View File

@ -20,25 +20,25 @@ keystore = ["dep:mas-keystore"]
[dependencies]
base64ct = { version = "1.6.0", features = ["std"] }
bytes = "1.4.0"
chrono = "0.4.24"
form_urlencoded = "1.1.0"
chrono = "0.4.26"
form_urlencoded = "1.2.0"
futures = "0.3.28"
futures-signals = "0.3.32"
futures-util = "0.3.28"
headers = "0.3.8"
http = "0.2.9"
once_cell = "1.17.1"
once_cell = "1.18.0"
mime = "0.3.17"
rand = "0.8.5"
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
serde_urlencoded = "0.7.1"
serde_with = "3.0.0"
thiserror = "1.0.40"
tokio = { version = "1.28.1", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.28.2", features = ["rt", "macros", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["full"] }
tracing = "0.1.37"
url = { version = "2.3.1", features = ["serde"] }
url = { version = "2.4.0", features = ["serde"] }
mas-http = { path = "../http" }
mas-iana = { path = "../iana" }
@ -65,7 +65,7 @@ optional = true
[dev-dependencies]
assert_matches = "1.5.0"
bitflags = "2.3.1"
bitflags = "2.3.2"
mas-keystore = { path = "../keystore" }
rand_chacha = "0.3.1"
wiremock = "0.5.18"
wiremock = "0.5.19"