Skip to content

Commit

Permalink
Bump k256
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Aug 31, 2024
1 parent 81605c6 commit 7bb2a11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 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 soroban-env-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ num-traits = "0.2.17"
num-integer = "0.1.45"
num-derive = "0.4.1"
backtrace = { version = "0.3.69", optional = true }
k256 = {version = "0.13.1", default-features = false, features = ["ecdsa", "arithmetic"]}
k256 = {version = "0.13.3", git="https://github.com/RustCrypto/elliptic-curves", rev="e158ce5cf0e9acee2fd76aff2a628334f5c771e5", default-features = false, features = ["ecdsa", "arithmetic"]}
p256 = {version = "0.13.2", default-features = false, features = ["ecdsa", "arithmetic"]}
ecdsa = {version = "0.16.7", default-features = false}
sec1 = {version = "0.7.2"}
Expand Down Expand Up @@ -75,7 +75,7 @@ nalgebra = { version = "0.32.3", default-features = false, features = ["std"]}
wasm-encoder = "0.36.2"
rustversion = "1.0"
wycheproof = "0.5.1"
k256 = {version = "0.13.1", default-features = false, features = ["alloc"]}
k256 = {version = "0.13.3", git="https://github.com/RustCrypto/elliptic-curves", rev="e158ce5cf0e9acee2fd76aff2a628334f5c771e5", default-features = false, features = ["alloc"]}
p256 = {version = "0.13.2", default-features = false, features = ["alloc"]}

[dev-dependencies.stellar-xdr]
Expand Down

0 comments on commit 7bb2a11

Please sign in to comment.