1
1
[package ]
2
2
name = " ecdsa"
3
- version = " 0.17.0-rc.4 "
3
+ version = " 0.17.0-rc.5 "
4
4
description = """
5
5
Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm
6
6
(ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing
@@ -17,7 +17,7 @@ edition = "2024"
17
17
rust-version = " 1.85"
18
18
19
19
[dependencies ]
20
- elliptic-curve = { version = " 0.14.0-rc.9 " , default-features = false , features = [" sec1" ] }
20
+ elliptic-curve = { version = " 0.14.0-rc.10 " , default-features = false , features = [" sec1" ] }
21
21
signature = { version = " 3.0.0-rc.2" , default-features = false , features = [" rand_core" ] }
22
22
zeroize = { version = " 1.5" , default-features = false }
23
23
@@ -27,10 +27,10 @@ digest = { version = "0.11.0-rc.0", optional = true, default-features = false, f
27
27
rfc6979 = { version = " 0.5.0-rc.0" , optional = true }
28
28
serdect = { version = " 0.3" , optional = true , default-features = false , features = [" alloc" ] }
29
29
sha2 = { version = " 0.11.0-rc.0" , optional = true , default-features = false , features = [" oid" ] }
30
- spki = { version = " 0.8.0-rc.3 " , optional = true , default-features = false }
30
+ spki = { version = " 0.8.0-rc.4 " , optional = true , default-features = false }
31
31
32
32
[dev-dependencies ]
33
- elliptic-curve = { version = " 0.14.0-rc.2 " , default-features = false , features = [" dev" ] }
33
+ elliptic-curve = { version = " 0.14.0-rc.10 " , default-features = false , features = [" dev" ] }
34
34
hex-literal = " 1"
35
35
sha2 = { version = " 0.11.0-rc.0" , default-features = false }
36
36
0 commit comments