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
This commit is contained in:
@ -7,13 +7,13 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1.37"
|
||||
tokio = { version = "1.28.0", features = ["macros", "rt"] }
|
||||
tokio = { version = "1.28.1", features = ["macros", "rt"] }
|
||||
|
||||
anyhow = "1.0.70"
|
||||
anyhow = "1.0.71"
|
||||
thiserror = "1.0.40"
|
||||
|
||||
tera = "1.18.1"
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
serde_urlencoded = "0.7.1"
|
||||
|
||||
|
Reference in New Issue
Block a user