Skip to content

Commit

Permalink
bump sha
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 6, 2024
1 parent b17b7e4 commit e1ea294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ rand_xorshift = "0.3"
rand_chacha = "0.3"
rand = "0.8"
rand_core = { version = "0.6", default-features = false }
sha1 = { version = "=0.11.0-pre.2", default-features = false, features = ["oid"] }
sha2 = { version = "=0.11.0-pre.2", default-features = false, features = ["oid"] }
sha3 = { version = "=0.11.0-pre.2", default-features = false, features = ["oid"] }
sha1 = { version = "=0.11.0-pre.3", default-features = false, features = ["oid"] }
sha2 = { version = "=0.11.0-pre.3", default-features = false, features = ["oid"] }
sha3 = { version = "=0.11.0-pre.3", default-features = false, features = ["oid"] }

[[bench]]
name = "key"
Expand Down

0 comments on commit e1ea294

Please sign in to comment.