diff --git a/Cargo.lock b/Cargo.lock index d27575e1..cfaa95c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,9 +245,9 @@ dependencies = [ [[package]] name = "elliptic-curve" -version = "0.13.7" +version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9775b22bc152ad86a0cf23f0f348b884b26add12bf741e7ffc4d4ab2ab4d205" +checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" dependencies = [ "base16ct", "crypto-bigint", diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml index 5bc31c78..262c272a 100644 --- a/ecdsa/Cargo.toml +++ b/ecdsa/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" rust-version = "1.65" [dependencies] -elliptic-curve = { version = "0.13.6", default-features = false, features = ["digest", "sec1"] } +elliptic-curve = { version = "0.13.8", default-features = false, features = ["digest", "sec1"] } signature = { version = "2.0, <2.3", default-features = false, features = ["rand_core"] } # optional dependencies