mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
Bump signature dependency to v3.0.0-rc.6 (#1122)
Also bumps the `digest` crate dependency to v0.11.0-rc.5 and `rand_core` to v0.10.0-rc-3
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ keywords = ["crypto", "curve448", "ecc", "signature", "signing"]
|
||||
rust-version = "1.85"
|
||||
|
||||
[dependencies]
|
||||
signature = { version = "3.0.0-rc.5", default-features = false }
|
||||
signature = { version = "3.0.0-rc.6", default-features = false }
|
||||
|
||||
# optional dependencies
|
||||
pkcs8 = { version = "0.11.0-rc.8", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user