1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-01 20:26:56 +03:00

Bump remaining dependencies

This commit is contained in:
Quentin Gliech
2022-11-02 14:26:35 +01:00
parent 6a235d40d9
commit 0571c36da9
13 changed files with 175 additions and 133 deletions

View File

@ -20,7 +20,7 @@ opentelemetry-http = "0.7.0"
opentelemetry-semantic-conventions = "0.10.0"
rustls = { version = "0.20.7", optional = true }
rustls-native-certs = { version = "0.6.2", optional = true }
serde = "1.0.145"
serde = "1.0.147"
serde_json = "1.0.87"
serde_urlencoded = "0.7.1"
thiserror = "1.0.37"
@ -34,7 +34,7 @@ webpki-roots = { version = "0.22.5", optional = true }
[dev-dependencies]
anyhow = "1.0.66"
serde = { version = "1.0.145", features = ["derive"] }
serde = { version = "1.0.147", features = ["derive"] }
tokio = { version = "1.21.2", features = ["macros", "rt"] }
tower = { version = "0.4.13", features = ["util"] }