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

Bump all dependencies

This commit is contained in:
Quentin Gliech
2021-11-05 17:19:07 +01:00
parent 16fe5a8d76
commit 0a2fda35fd
5 changed files with 40 additions and 40 deletions

View File

@@ -6,9 +6,9 @@ edition = "2018"
license = "Apache-2.0"
[dependencies]
tokio = { version = "1.12.0", features = ["full"] }
tokio = { version = "1.13.0", features = ["full"] }
futures = "0.3.17"
anyhow = "1.0.44"
anyhow = "1.0.45"
clap = "3.0.0-beta.5"
dotenv = "0.15.0"
schemars = { version = "0.8.6", features = ["url", "chrono"] }

View File

@@ -6,12 +6,12 @@ edition = "2018"
license = "Apache-2.0"
[dependencies]
tokio = { version = "1.12.0", features = [] }
tokio = { version = "1.13.0", features = [] }
tracing = { version = "0.1.29", features = ["log"] }
async-trait = "0.1.51"
thiserror = "1.0.30"
anyhow = "1.0.44"
anyhow = "1.0.45"
schemars = { version = "0.8.6", features = ["url", "chrono"] }
figment = { version = "0.10.6", features = ["env", "yaml", "test"] }

View File

@@ -7,9 +7,9 @@ license = "Apache-2.0"
[dependencies]
# Async runtime
tokio = { version = "1.12.0", features = ["full"] }
tokio = { version = "1.13.0", features = ["full"] }
async-trait = "0.1.51"
tokio-stream = "0.1.7"
tokio-stream = "0.1.8"
futures-util = "0.3.17"
# Logging and tracing
@@ -18,7 +18,7 @@ opentelemetry = "0.16.0"
# Error management
thiserror = "1.0.30"
anyhow = "1.0.44"
anyhow = "1.0.45"
# Web server
warp = "0.3.1"
@@ -44,7 +44,7 @@ pkcs8 = { version = "0.7.6", features = ["pem"] }
elliptic-curve = { version = "0.10.6", features = ["pem"] }
chacha20poly1305 = { version = "0.9.0", features = ["std"] }
sha2 = "0.9.8"
crc = "2.0.0"
crc = "2.1.0"
jwt-compact = { version = "0.5.0-beta.1", features = ["with_rsa", "k256"] }
# Various data types and utilities

View File

@@ -7,12 +7,12 @@ license = "Apache-2.0"
[dependencies]
tracing = "0.1.29"
tokio = "1.12.0"
tokio = "1.13.0"
anyhow = "1.0.44"
anyhow = "1.0.45"
thiserror = "1.0.30"
tera = "1.13.0"
tera = "1.15.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"