Skip to content

Commit a981f42

Browse files
authored
digest: bump block-buffer to v0.11.0-rc.2 (#1678)
Notably this version drops the `crypto-common` dependency
1 parent e19d4be commit a981f42

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

digest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["cryptography", "no-std"]
1616
crypto-common = "0.2.0-rc.0"
1717

1818
# optional dependencies
19-
block-buffer = { version = "0.11.0-rc.0", optional = true }
19+
block-buffer = { version = "0.11.0-rc.2", optional = true }
2020
subtle = { version = "2.4", default-features = false, optional = true }
2121
blobby = { version = "0.3", optional = true }
2222
const-oid = { version = "0.10.0-rc.0", optional = true }

0 commit comments

Comments
 (0)