Skip to content

Commit

Permalink
digest: bump block-buffer to v0.11.0-rc.2
Browse files Browse the repository at this point in the history
Notably this version drops the `crypto-common` dependency
  • Loading branch information
tarcieri committed Sep 30, 2024
1 parent e19d4be commit 7bdc03b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion digest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
crypto-common = "0.2.0-rc.0"

# optional dependencies
block-buffer = { version = "0.11.0-rc.0", optional = true }
block-buffer = { version = "0.11.0-rc.2", optional = true }
subtle = { version = "2.4", default-features = false, optional = true }
blobby = { version = "0.3", optional = true }
const-oid = { version = "0.10.0-rc.0", optional = true }
Expand Down

0 comments on commit 7bdc03b

Please sign in to comment.