Skip to content

Commit affcd60

Browse files
build(deps): bump p256 from 0.11.1 to 0.12.0
Bumps [p256](https://github.com/RustCrypto/elliptic-curves) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](RustCrypto/elliptic-curves@p256/v0.11.1...p256/v0.12.0) --- updated-dependencies: - dependency-name: p256 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a4254e commit affcd60

File tree

4 files changed

+52
-21
lines changed

4 files changed

+52
-21
lines changed

Cargo.lock

+49-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hybrid/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aead = ["tink-aead"]
1818
daead = ["tink-daead"]
1919

2020
[dependencies]
21-
p256 = { version = "^0.11.1", features = ["ecdh"] }
21+
p256 = { version = "^0.12.0", features = ["ecdh"] }
2222
rand = "^0.7"
2323
tink-aead = { version = "^0.2", optional = true }
2424
tink-core = "^0.2.3"

signature/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["cryptography"]
1515
ecdsa = { version = "^0.14.8", features = ["der"] }
1616
ed25519-dalek = "^1.0.1"
1717
generic-array = "^0.14.6"
18-
p256 = "^0.11.1"
18+
p256 = "^0.12.0"
1919
rand = "^0.7"
2020
signature = "^1.6"
2121
tink-core = "^0.2"

tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ base64 = "^0.13"
1515
ed25519-dalek = "^1.0.1"
1616
generic-array = "^0.14.6"
1717
hex = "^0.4.3"
18-
p256 = { version = "^0.11.1", features = ["pkcs8"] }
18+
p256 = { version = "^0.12.0", features = ["pkcs8"] }
1919
rand = "^0.7"
2020
regex = "^1.7.0"
2121
serde = { version = "^1.0.147", features = ["derive"] }

0 commit comments

Comments
 (0)