Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit a57fe0c

Browse files
authored
Bump block-buffer from 0.9.0 to 0.10.4 (#31606)
buffer-buffer` removed the "block-padding" feature in this PR: RustCrypto/utils#671
1 parent 189f653 commit a57fe0c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ base64 = "0.21.0"
141141
bincode = "1.3.3"
142142
bitflags = "1.3.1"
143143
blake3 = "1.3.3"
144-
block-buffer = "0.9.0"
144+
block-buffer = "0.10.4"
145145
borsh = "0.9.3"
146146
borsh-derive = "0.9.1"
147147
bs58 = "0.4.0"

frozen-abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ thiserror = { workspace = true }
2626
[target.'cfg(not(target_os = "solana"))'.dependencies]
2727
ahash = { workspace = true }
2828
blake3 = { workspace = true, features = ["digest", "traits-preview"] }
29-
block-buffer = { workspace = true, features = ["block-padding"] }
29+
block-buffer = { workspace = true }
3030
byteorder = { workspace = true, features = ["i128"] }
3131
cc = { workspace = true, features = ["jobserver", "parallel"] }
3232
either = { workspace = true, features = ["use_std"] }

programs/sbf/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.

0 commit comments

Comments
 (0)