Skip to content

Commit 0f89497

Browse files
authored
Migrate to the released version of block-buffer v0.11 (#2082)
1 parent 00a29f8 commit 0f89497

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

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

cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inout = "0.2"
1818

1919
# optional dependencies
2020
blobby = { version = "0.4.0-pre.1", optional = true }
21-
block-buffer = { version = "0.11.0-rc.5", optional = true }
21+
block-buffer = { version = "0.11", optional = true }
2222
zeroize = { version = "1.8", optional = true, default-features = false }
2323

2424
[dev-dependencies]

digest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description = "Traits for cryptographic hash functions and message authenticatio
1616
crypto-common = { version = "0.2.0-rc.5", path = "../crypto-common" }
1717

1818
# optional dependencies
19-
block-buffer = { version = "0.11.0-rc.5", optional = true }
19+
block-buffer = { version = "0.11", optional = true }
2020
subtle = { version = "2.4", default-features = false, optional = true }
2121
blobby = { version = "0.4.0-pre.1", optional = true }
2222
const-oid = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)