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
Bump Rust dependencies
This commit is contained in:
@ -31,7 +31,7 @@ once_cell = "1.18.0"
|
||||
mime = "0.3.17"
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.164", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
serde_json = "1.0.97"
|
||||
serde_urlencoded = "0.7.1"
|
||||
serde_with = "3.0.0"
|
||||
thiserror = "1.0.40"
|
||||
@ -59,7 +59,7 @@ version = "0.14.26"
|
||||
features = ["client", "http1", "http2", "stream", "runtime" ]
|
||||
optional = true
|
||||
[dependencies.tower-http]
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
features = ["follow-redirect", "decompression-full", "set-header", "timeout"]
|
||||
optional = true
|
||||
|
||||
|
Reference in New Issue
Block a user