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
Upgrade dependencies
This commit is contained in:
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
tokio = { version = "1.15.0", features = ["full"] }
|
||||
futures = "0.3.19"
|
||||
anyhow = { version = "1.0.52", features = ["backtrace"] }
|
||||
clap = { version = "3.0.4", features = ["derive"] }
|
||||
clap = { version = "3.0.7", features = ["derive"] }
|
||||
dotenv = "0.15.0"
|
||||
schemars = { version = "0.8.8", features = ["url", "chrono"] }
|
||||
tower = { version = "0.4.11", features = ["full"] }
|
||||
@ -19,7 +19,7 @@ serde_yaml = "0.8.23"
|
||||
warp = "0.3.2"
|
||||
url = "2.2.2"
|
||||
argon2 = { version = "0.3.2", features = ["password-hash"] }
|
||||
reqwest = { version = "0.11.8", features = ["rustls-tls"], default-features = false, optional = true }
|
||||
reqwest = { version = "0.11.9", features = ["rustls-tls"], default-features = false, optional = true }
|
||||
watchman_client = "0.7.1"
|
||||
|
||||
tracing = "0.1.29"
|
||||
|
@ -40,7 +40,7 @@ rsa = { git = "https://github.com/sandhose/rsa.git", branch = "bump-pkcs" }
|
||||
pkcs8 = { version = "0.8.0", features = ["pem"] }
|
||||
elliptic-curve = { version = "0.11.6", features = ["pem"] }
|
||||
chacha20poly1305 = { version = "0.9.0", features = ["std"] }
|
||||
sha2 = "0.10.0"
|
||||
sha2 = "0.10.1"
|
||||
crc = "2.1.0"
|
||||
|
||||
# Various data types and utilities
|
||||
|
@ -6,13 +6,13 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.51"
|
||||
anyhow = "1.0.52"
|
||||
async-trait = "0.1.52"
|
||||
convert_case = "0.4"
|
||||
csv = "1.1"
|
||||
convert_case = "0.5.0"
|
||||
csv = "1.1.6"
|
||||
futures-util = "0.3.19"
|
||||
reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
reqwest = { version = "0.11.9", features = ["blocking", "rustls-tls"], default-features = false }
|
||||
serde = { version = "1.0.133", features = ["derive"] }
|
||||
tokio = { version = "1.15.0", features = ["full"] }
|
||||
tracing = "0.1.29"
|
||||
tracing-subscriber = "0.3.5"
|
||||
|
@ -7,5 +7,5 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
serde = "1.0.133"
|
||||
schemars = { version = "0.8.8" }
|
||||
schemars = "0.8.8"
|
||||
parse-display = "0.5.3"
|
||||
|
@ -12,7 +12,7 @@ base64ct = { version = "1.0.1", features = ["std"] }
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
crypto-mac = { version = "0.11.1", features = ["std"] }
|
||||
digest = "0.10.1"
|
||||
ecdsa = { version = "0.13.3", features = ["sign", "verify", "pem", "pkcs8"] }
|
||||
ecdsa = { version = "0.13.4", features = ["sign", "verify", "pem", "pkcs8"] }
|
||||
elliptic-curve = { version = "0.11.6", features = ["ecdh", "pem"] }
|
||||
hmac = "0.12.0"
|
||||
p256 = { version = "0.10.0", features = ["ecdsa", "pem", "pkcs8"] }
|
||||
@ -25,7 +25,7 @@ sec1 = "0.2.1"
|
||||
serde = { version = "1.0.133", features = ["derive"] }
|
||||
serde_json = "1.0.74"
|
||||
serde_with = { version = "1.11.0", features = ["base64"] }
|
||||
sha2 = "0.10.0"
|
||||
sha2 = "0.10.1"
|
||||
signature = "1.4.0"
|
||||
thiserror = "1.0.30"
|
||||
tokio = { version = "1.15.0", features = ["macros", "rt", "sync"] }
|
||||
|
@ -15,7 +15,7 @@ parse-display = "0.5.3"
|
||||
indoc = "1.0.3"
|
||||
serde_with = { version = "1.11.0", features = ["chrono"] }
|
||||
chrono = "0.4.19"
|
||||
sha2 = "0.10.0"
|
||||
sha2 = "0.10.1"
|
||||
data-encoding = "2.3.2"
|
||||
thiserror = "1.0.30"
|
||||
itertools = "0.10.3"
|
||||
|
1117
crates/static-files/package-lock.json
generated
1117
crates/static-files/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user