Skip to content

Commit

Permalink
update subtle min version
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 6, 2024
1 parent 64386b4 commit 53781fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.73"
[dependencies]
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 }
subtle = { version = "2.6.1", default-features = false }
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"] }
Expand Down

0 comments on commit 53781fb

Please sign in to comment.