Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Update p256 requirement from 0.6.0 to 0.7.1 (#170)
Browse files Browse the repository at this point in the history
Updates the requirements on [p256](https://github.com/RustCrypto/elliptic-curves) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/elliptic-curves/releases)
- [Commits](https://github.com/RustCrypto/elliptic-curves/commits/p256/v0.7.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Dec 18, 2020
1 parent f73b726 commit e11c20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rubble/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rand_core = "0.5.1"
sha2 = { version = "0.9.0", default-features = false }

[dependencies.p256]
version = "0.6.0"
version = "0.7.1"
default-features = false
features = ["arithmetic"]

Expand All @@ -37,6 +37,6 @@ optional = true
ring = "0.16.9"

[dev-dependencies.p256]
version = "0.6.0"
version = "0.7.1"
default-features = false
features = ["arithmetic"]

0 comments on commit e11c20b

Please sign in to comment.