1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +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:
dependabot[bot]
2022-08-03 14:31:30 +00:00
committed by Quentin Gliech
parent 4ad3bfccbc
commit b3486cc373
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -1322,9 +1322,9 @@ dependencies = [
[[package]]
name = "elliptic-curve"
version = "0.12.2"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c47abd0a791d2ac0c7aa1118715f85b83689e4522c4e3a244e159d4fc9848a8d"
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
dependencies = [
"base16ct",
"crypto-bigint",

View File

@@ -42,7 +42,7 @@ argon2 = { version = "0.4.1", features = ["password-hash"] }
# Crypto, hashing and signing stuff
rsa = "0.7.0-pre"
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"
crc = "3.0.0"

View File

@@ -13,7 +13,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
crypto-mac = { version = "0.11.1", features = ["std"] }
digest = "0.10.3"
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"
hmac = "0.12.1"
http = "0.2.8"