Skip to content

Commit

Permalink
bump digest and signature prereleases
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 6, 2024
1 parent c1205ff commit b17b7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ num-integer = { version = "0.1.39", default-features = false }
rand_core = { version = "0.6.4", default-features = false }
const-oid = { version = "=0.10.0-pre.2", default-features = false }
subtle = { version = "2.1.1", default-features = false }
digest = { version = "=0.11.0-pre.7", default-features = false, features = ["alloc", "oid"] }
digest = { version = "=0.11.0-pre.8", default-features = false, features = ["alloc", "oid"] }
pkcs1 = { version = "=0.8.0-pre.0", default-features = false, features = ["alloc", "pkcs8"] }
pkcs8 = { version = "=0.11.0-pre.0", default-features = false, features = ["alloc"] }
signature = { version = "=2.3.0-pre.2", default-features = false , features = ["alloc", "digest", "rand_core"] }
signature = { version = "=2.3.0-pre.3", default-features = false , features = ["alloc", "digest", "rand_core"] }
spki = { version = "=0.8.0-pre.0", default-features = false, features = ["alloc"] }
zeroize = { version = "1.5", features = ["alloc"] }

Expand Down

0 comments on commit b17b7e4

Please sign in to comment.