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
build(deps): bump ecdsa from 0.16.8 to 0.16.9
Bumps [ecdsa](https://github.com/RustCrypto/signatures) from 0.16.8 to 0.16.9. - [Commits](https://github.com/RustCrypto/signatures/compare/ecdsa/v0.16.8...ecdsa/v0.16.9) --- updated-dependencies: - dependency-name: ecdsa 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
829b9fbb73
commit
a5428f10c5
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1505,9 +1505,9 @@ checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d"
|
||||
|
||||
[[package]]
|
||||
name = "ecdsa"
|
||||
version = "0.16.8"
|
||||
version = "0.16.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4"
|
||||
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
|
||||
dependencies = [
|
||||
"der",
|
||||
"digest",
|
||||
|
@ -11,7 +11,7 @@ repository.workspace = true
|
||||
base64ct = { version = "1.6.0", features = ["std"] }
|
||||
chrono.workspace = true
|
||||
digest = "0.10.7"
|
||||
ecdsa = { version = "0.16.8", features = ["signing", "verifying"] }
|
||||
ecdsa = { version = "0.16.9", features = ["signing", "verifying"] }
|
||||
elliptic-curve = "0.13.6"
|
||||
generic-array = "0.14.7"
|
||||
hmac = "0.12.1"
|
||||
|
@ -11,7 +11,7 @@ repository.workspace = true
|
||||
aead = { version = "0.5.2", features = ["std"] }
|
||||
const-oid = { version = "0.9.5", features = ["std"] }
|
||||
der = { version = "0.7.8", features = ["std"] }
|
||||
ecdsa = { version = "0.16.8", features = ["std"] }
|
||||
ecdsa = { version = "0.16.9", features = ["std"] }
|
||||
elliptic-curve = { version = "0.13.6", features = ["std", "pem", "sec1"] }
|
||||
k256 = { version = "0.13.1", features = ["std"] }
|
||||
p256 = { version = "0.13.2", features = ["std"] }
|
||||
|
Reference in New Issue
Block a user