You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Bump Rust dependencies and update cargo-deny exceptions
This commit is contained in:
@ -22,14 +22,14 @@ pin-project-lite = "0.2.13"
|
||||
socket2 = "0.5.5"
|
||||
thiserror.workspace = true
|
||||
tokio = { version = "1.34.0", features = ["net", "rt", "macros", "signal", "time"] }
|
||||
tokio-rustls = "0.24.1"
|
||||
tokio-rustls = "0.25.0"
|
||||
tower-http = { version = "0.4.4", features = ["add-extension"] }
|
||||
tower-service = "0.3.2"
|
||||
tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow.workspace = true
|
||||
rustls-pemfile = "1.0.4"
|
||||
rustls-pemfile = "2.0.0"
|
||||
tokio = { version = "1.34.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
|
||||
tokio-test = "0.4.3"
|
||||
tracing-subscriber.workspace = true
|
||||
|
Reference in New Issue
Block a user