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 Crypto crates
This commit is contained in:
@ -14,15 +14,15 @@ http = "0.2.8"
|
||||
http-body = "0.4.5"
|
||||
hyper = "0.14.20"
|
||||
hyper-rustls = { version = "0.23.0", features = ["http1", "http2", "rustls-native-certs"], default-features = false, optional = true }
|
||||
once_cell = "1.14.0"
|
||||
once_cell = "1.15.0"
|
||||
opentelemetry = "0.17.0"
|
||||
opentelemetry-http = "0.6.0"
|
||||
opentelemetry-semantic-conventions = "0.9.0"
|
||||
rustls = "0.20.6"
|
||||
serde = "1.0.144"
|
||||
serde = "1.0.145"
|
||||
serde_json = "1.0.85"
|
||||
serde_urlencoded = "0.7.1"
|
||||
thiserror = "1.0.35"
|
||||
thiserror = "1.0.36"
|
||||
tokio = { version = "1.21.1", optional = true }
|
||||
tower = { version = "0.4.13", features = ["timeout", "limit"] }
|
||||
tower-http = { version = "0.3.4", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors", "util"] }
|
||||
@ -30,8 +30,8 @@ tracing = "0.1.36"
|
||||
tracing-opentelemetry = "0.17.4"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.64"
|
||||
serde = { version = "1.0.144", features = ["derive"] }
|
||||
anyhow = "1.0.65"
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
tokio = { version = "1.21.1", features = ["macros", "rt"] }
|
||||
tower = { version = "0.4.13", features = ["util"] }
|
||||
|
||||
|
Reference in New Issue
Block a user