You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
Bump elliptic-curve from 0.12.2 to 0.12.3
Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve-v0.12.2...elliptic-curve-v0.12.3) --- updated-dependencies: - dependency-name: elliptic-curve 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
4ad3bfccbc
commit
b3486cc373
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1322,9 +1322,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "elliptic-curve"
|
name = "elliptic-curve"
|
||||||
version = "0.12.2"
|
version = "0.12.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c47abd0a791d2ac0c7aa1118715f85b83689e4522c4e3a244e159d4fc9848a8d"
|
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base16ct",
|
"base16ct",
|
||||||
"crypto-bigint",
|
"crypto-bigint",
|
||||||
|
@@ -42,7 +42,7 @@ argon2 = { version = "0.4.1", features = ["password-hash"] }
|
|||||||
# Crypto, hashing and signing stuff
|
# Crypto, hashing and signing stuff
|
||||||
rsa = "0.7.0-pre"
|
rsa = "0.7.0-pre"
|
||||||
pkcs8 = { version = "0.9.0", features = ["pem"] }
|
pkcs8 = { version = "0.9.0", features = ["pem"] }
|
||||||
elliptic-curve = { version = "0.12.2", features = ["pem"] }
|
elliptic-curve = { version = "0.12.3", features = ["pem"] }
|
||||||
sha2 = "0.10.2"
|
sha2 = "0.10.2"
|
||||||
crc = "3.0.0"
|
crc = "3.0.0"
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
|
|||||||
crypto-mac = { version = "0.11.1", features = ["std"] }
|
crypto-mac = { version = "0.11.1", features = ["std"] }
|
||||||
digest = "0.10.3"
|
digest = "0.10.3"
|
||||||
ecdsa = { version = "0.14.3", features = ["sign", "verify", "pem", "pkcs8"] }
|
ecdsa = { version = "0.14.3", features = ["sign", "verify", "pem", "pkcs8"] }
|
||||||
elliptic-curve = { version = "0.12.2", features = ["ecdh", "pem"] }
|
elliptic-curve = { version = "0.12.3", features = ["ecdh", "pem"] }
|
||||||
futures-util = "0.3.21"
|
futures-util = "0.3.21"
|
||||||
hmac = "0.12.1"
|
hmac = "0.12.1"
|
||||||
http = "0.2.8"
|
http = "0.2.8"
|
||||||
|
Reference in New Issue
Block a user