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
This commit is contained in:
Illia Bobyr 2023-05-18 11:47:27 -07:00 committed by GitHub
parent 189f6530ce
commit a57fe0c23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

8
Cargo.lock generated
View File

@ -611,9 +611,9 @@ dependencies = [
[[package]]
name = "block-buffer"
version = "0.10.2"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array 0.14.7",
]
@ -1435,7 +1435,7 @@ version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
"block-buffer 0.10.2",
"block-buffer 0.10.4",
"crypto-common",
"subtle",
]
@ -5583,7 +5583,7 @@ version = "1.16.0"
dependencies = [
"ahash 0.8.3",
"blake3",
"block-buffer 0.9.0",
"block-buffer 0.10.4",
"bs58",
"bv",
"byteorder",

View File

@ -141,7 +141,7 @@ base64 = "0.21.0"
bincode = "1.3.3"
bitflags = "1.3.1"
blake3 = "1.3.3"
block-buffer = "0.9.0"
block-buffer = "0.10.4"
borsh = "0.9.3"
borsh-derive = "0.9.1"
bs58 = "0.4.0"

View File

@ -26,7 +26,7 @@ thiserror = { workspace = true }
[target.'cfg(not(target_os = "solana"))'.dependencies]
ahash = { workspace = true }
blake3 = { workspace = true, features = ["digest", "traits-preview"] }
block-buffer = { workspace = true, features = ["block-padding"] }
block-buffer = { workspace = true }
byteorder = { workspace = true, features = ["i128"] }
cc = { workspace = true, features = ["jobserver", "parallel"] }
either = { workspace = true, features = ["use_std"] }

View File

@ -582,9 +582,9 @@ dependencies = [
[[package]]
name = "block-buffer"
version = "0.10.0"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array 0.14.7",
]
@ -1234,7 +1234,7 @@ version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
"block-buffer 0.10.0",
"block-buffer 0.10.4",
"crypto-common",
"subtle",
]
@ -4775,7 +4775,7 @@ version = "1.16.0"
dependencies = [
"ahash 0.8.3",
"blake3",
"block-buffer 0.9.0",
"block-buffer 0.10.4",
"bs58",
"bv",
"byteorder 1.4.3",