Skip to content

Commit

Permalink
Bump k256 from 0.13.3 to 0.13.4
Browse files Browse the repository at this point in the history
Bumps [k256](https://github.com/RustCrypto/elliptic-curves) from 0.13.3 to 0.13.4.
- [Commits](RustCrypto/elliptic-curves@k256/v0.13.3...k256/v0.13.4)

---
updated-dependencies:
- dependency-name: k256
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent fd2e7ae commit 0ae4a77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sha2 = "0.10.8"
openssl = "0.10.66"
hex-literal = "0.4.1"
# for secp sigs
k256 = "0.13.3"
k256 = "0.13.4"
p256 = "0.13.2"
rstest = "0.21.0"
criterion = "0.5.1"
Expand Down Expand Up @@ -73,7 +73,7 @@ sha2 = { workspace = true }
openssl = { workspace = true, features = ["vendored"], optional = true }
hex-literal = { workspace = true }
# for secp sigs
k256 = { version = "0.13.3", features = ["ecdsa"] }
k256 = { version = "0.13.4", features = ["ecdsa"] }
p256 = { version = "0.13.2", features = ["ecdsa"] }

[dev-dependencies]
Expand Down

0 comments on commit 0ae4a77

Please sign in to comment.