ecdsa v0.17.0-rc.2 (#997)

This commit is contained in:
Tony Arcieri
2025-06-13 19:51:58 -06:00
committed by GitHub
parent 4143f2134e
commit c2552ff7be
2 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -409,9 +409,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "elliptic-curve"
version = "0.14.0-rc.4"
version = "0.14.0-rc.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2f706120f0bcce3bf4f0975ca74f8f27509f159b788a06f7800de883fdca7a"
checksum = "92ccc36f4cfd3b96979b66a2162a10052eb0b98c9241ed1498273c79898d26a7"
dependencies = [
"base16ct",
"crypto-bigint",
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "ecdsa"
version = "0.17.0-rc.1"
version = "0.17.0-rc.2"
description = """
Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm
(ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing
@@ -17,7 +17,7 @@ edition = "2024"
rust-version = "1.85"
[dependencies]
elliptic-curve = { version = "0.14.0-rc.3", default-features = false, features = ["sec1"] }
elliptic-curve = { version = "0.14.0-rc.6", default-features = false, features = ["sec1"] }
signature = { version = "3.0.0-rc.1", default-features = false, features = ["rand_core"] }
zeroize = { version = "1.5", default-features = false }