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:
@ -7,7 +7,7 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
http = "0.2.8"
|
||||
serde = "1.0.144"
|
||||
serde = "1.0.145"
|
||||
serde_json = "1.0.85"
|
||||
language-tags = { version = "0.3.2", features = ["serde"] }
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
@ -15,10 +15,10 @@ parse-display = "0.6.0"
|
||||
indoc = "1.0.7"
|
||||
serde_with = { version = "2.0.1", features = ["chrono"] }
|
||||
chrono = "0.4.22"
|
||||
sha2 = "0.10.5"
|
||||
sha2 = "0.10.6"
|
||||
data-encoding = "2.3.2"
|
||||
thiserror = "1.0.35"
|
||||
itertools = "0.10.3"
|
||||
thiserror = "1.0.36"
|
||||
itertools = "0.10.5"
|
||||
|
||||
mas-iana = { path = "../iana" }
|
||||
mas-jose = { path = "../jose" }
|
||||
|
Reference in New Issue
Block a user