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 sha2 from 0.10.2 to 0.10.3
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.2...sha2-v0.10.3) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
cc6c6e8bdb
commit
dca662da65
@ -40,7 +40,7 @@ serde_urlencoded = "0.7.1"
|
||||
argon2 = { version = "0.4.1", features = ["password-hash"] }
|
||||
|
||||
# Crypto, hashing and signing stuff
|
||||
sha2 = "0.10.2"
|
||||
sha2 = "0.10.3"
|
||||
|
||||
# Various data types and utilities
|
||||
data-encoding = "2.3.2"
|
||||
|
@ -24,7 +24,7 @@ sec1 = "0.3.0"
|
||||
serde = { version = "1.0.144", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
serde_with = { version = "2.0.0", features = ["base64"] }
|
||||
sha2 = "0.10.2"
|
||||
sha2 = "0.10.3"
|
||||
signature = "1.6.0"
|
||||
thiserror = "1.0.32"
|
||||
tracing = "0.1.36"
|
||||
|
@ -15,7 +15,7 @@ parse-display = "0.5.5"
|
||||
indoc = "1.0.7"
|
||||
serde_with = { version = "2.0.0", features = ["chrono"] }
|
||||
chrono = "0.4.22"
|
||||
sha2 = "0.10.2"
|
||||
sha2 = "0.10.3"
|
||||
data-encoding = "2.3.2"
|
||||
thiserror = "1.0.32"
|
||||
itertools = "0.10.3"
|
||||
|
Reference in New Issue
Block a user