From e2a554f1d9a9f143616426db31a62081619c1fff Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 4 Jun 2020 11:59:23 -0700 Subject: [PATCH] Bump `block-buffer` to v0.8 release --- Cargo.lock | 9 +++++---- Cargo.toml | 1 - gost94/Cargo.toml | 2 +- groestl/Cargo.toml | 2 +- md2/Cargo.toml | 2 +- md4/Cargo.toml | 2 +- md5/Cargo.toml | 2 +- ripemd160/Cargo.toml | 2 +- ripemd320/Cargo.toml | 2 +- sha1/Cargo.toml | 2 +- sha2/Cargo.toml | 4 ++-- sha3/Cargo.toml | 2 +- shabal/Cargo.toml | 2 +- streebog/Cargo.toml | 2 +- whirlpool/Cargo.toml | 2 +- 15 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea7592cac..813c901ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,8 +23,9 @@ dependencies = [ [[package]] name = "block-buffer" -version = "0.8.0-pre" -source = "git+https://github.com/RustCrypto/utils#2aae8a40556e166e9ca06aebc944091dda24b769" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbcf92448676f82bb7a334c58bbce8b0d43580fb5362a9d608b18879d12a3d31" dependencies = [ "block-padding", "byte-tools", @@ -62,7 +63,7 @@ checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311" [[package]] name = "crypto-mac" version = "0.8.0-pre" -source = "git+https://github.com/rustcrypto/traits#a853a6fedf7210ed0303651afa29cb56eb64852e" +source = "git+https://github.com/rustcrypto/traits#7f2b98d31f704b55c502a685632bd2ea4bd5dd6c" dependencies = [ "blobby", "generic-array", @@ -72,7 +73,7 @@ dependencies = [ [[package]] name = "digest" version = "0.9.0-pre" -source = "git+https://github.com/rustcrypto/traits#a853a6fedf7210ed0303651afa29cb56eb64852e" +source = "git+https://github.com/rustcrypto/traits#7f2b98d31f704b55c502a685632bd2ea4bd5dd6c" dependencies = [ "blobby", "generic-array", diff --git a/Cargo.toml b/Cargo.toml index 379fd3d5f..650693594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,4 @@ members = [ [patch.crates-io] digest = { git = "https://github.com/RustCrypto/traits" } -block-buffer = { git = "https://github.com/RustCrypto/utils" } crypto-mac = { git = "https://github.com/rustcrypto/traits" } diff --git a/gost94/Cargo.toml b/gost94/Cargo.toml index 0440b6ba4..e68a0ebc6 100644 --- a/gost94/Cargo.toml +++ b/gost94/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" opaque-debug = "0.2" [dev-dependencies] diff --git a/groestl/Cargo.toml b/groestl/Cargo.toml index dca41ace3..df95277c5 100644 --- a/groestl/Cargo.toml +++ b/groestl/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" opaque-debug = "0.2" [dev-dependencies] diff --git a/md2/Cargo.toml b/md2/Cargo.toml index bd4d203b5..149636cd7 100644 --- a/md2/Cargo.toml +++ b/md2/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" opaque-debug = "0.2" [dev-dependencies] diff --git a/md4/Cargo.toml b/md4/Cargo.toml index 2624984bb..5112e071d 100644 --- a/md4/Cargo.toml +++ b/md4/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" fake-simd = "0.1" opaque-debug = "0.2" diff --git a/md5/Cargo.toml b/md5/Cargo.toml index 3bfbd4141..8294c6aaf 100644 --- a/md5/Cargo.toml +++ b/md5/Cargo.toml @@ -16,7 +16,7 @@ name = "md5" [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" md5-asm = { version = "0.4", optional = true} opaque-debug = "0.2" diff --git a/ripemd160/Cargo.toml b/ripemd160/Cargo.toml index 1d1fa4180..96946ddf0 100644 --- a/ripemd160/Cargo.toml +++ b/ripemd160/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" opaque-debug = "0.2" [dev-dependencies] diff --git a/ripemd320/Cargo.toml b/ripemd320/Cargo.toml index 05de7540c..36c1d7e83 100644 --- a/ripemd320/Cargo.toml +++ b/ripemd320/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" opaque-debug = "0.2" [dev-dependencies] diff --git a/sha1/Cargo.toml b/sha1/Cargo.toml index fda6b58c3..e29c7110c 100644 --- a/sha1/Cargo.toml +++ b/sha1/Cargo.toml @@ -16,7 +16,7 @@ name = "sha1" [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" fake-simd = "0.1" sha1-asm = { version = "0.4", optional = true } opaque-debug = "0.2" diff --git a/sha2/Cargo.toml b/sha2/Cargo.toml index 850841823..e5cd8df77 100644 --- a/sha2/Cargo.toml +++ b/sha2/Cargo.toml @@ -15,8 +15,8 @@ keywords = ["crypto", "sha2", "hash", "digest"] categories = ["cryptography", "no-std"] [dependencies] -digest = { version = "= 0.9.0-pre" } -block-buffer = { version = "= 0.8.0-pre" } +digest = "= 0.9.0-pre" +block-buffer = "0.8" fake-simd = "0.1" opaque-debug = "0.2" sha2-asm = { version = "0.5", optional = true } diff --git a/sha3/Cargo.toml b/sha3/Cargo.toml index 8300f1275..1e1088434 100644 --- a/sha3/Cargo.toml +++ b/sha3/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" byte-tools = "0.3" opaque-debug = "0.2" keccak = "0.1" diff --git a/shabal/Cargo.toml b/shabal/Cargo.toml index ea367a8fc..ef9ecd6b7 100644 --- a/shabal/Cargo.toml +++ b/shabal/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" opaque-debug = "0.2" [dev-dependencies] diff --git a/streebog/Cargo.toml b/streebog/Cargo.toml index e574c9519..6863d14ea 100644 --- a/streebog/Cargo.toml +++ b/streebog/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" byte-tools = "0.3" opaque-debug = "0.2" diff --git a/whirlpool/Cargo.toml b/whirlpool/Cargo.toml index a4df9b27a..99694f9a7 100644 --- a/whirlpool/Cargo.toml +++ b/whirlpool/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] digest = "= 0.9.0-pre" -block-buffer = "= 0.8.0-pre" +block-buffer = "0.8" byte-tools = "0.3" opaque-debug = "0.2" whirlpool-asm = { version = "0.5", optional = true }