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:
Tony Arcieri
2025-12-27 16:15:23 -07:00
committed by GitHub
parent 5080928121
commit a8df31793c
10 changed files with 56 additions and 53 deletions
+1 -1
View File
@@ -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 }