Skip to content

Commit

Permalink
Merge pull request #472 from Chia-Network/dependabot/cargo/k256-0.13.4
Browse files Browse the repository at this point in the history
Bump k256 from 0.13.3 to 0.13.4
  • Loading branch information
emlowe authored Oct 17, 2024
2 parents e80722c + 0ae4a77 commit 802f40b
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 802f40b

Please sign in to comment.