From 5694d1fd38845571d4f0c1cc82b57f96ad948dfe Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 30 Dec 2023 21:06:16 -0700 Subject: [PATCH] Bump `crypto-common` to v0.2.0-pre.2 --- Cargo.lock | 5 +++-- Cargo.toml | 4 ---- block-buffer/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba277d5a..43c3411c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,8 +42,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.0-pre.1" -source = "git+https://github.com/RustCrypto/traits.git?branch=hybrid-array/v0.2.0-pre.7#d9db948f96cb4d182b82eb003a92060f4f595afa" +version = "0.2.0-pre.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "102f7900795d54e3b8566857762a2977c267ab5952e4117283017ee1d5c9ae88" dependencies = [ "hybrid-array 0.2.0-pre.7 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index a410aaca..b376e6ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,3 @@ members = [ [profile.dev] opt-level = 2 - -[patch.crates-io.crypto-common] -git = "https://github.com/RustCrypto/traits.git" -branch = "hybrid-array/v0.2.0-pre.7" diff --git a/block-buffer/Cargo.toml b/block-buffer/Cargo.toml index 54bde717..0d613fba 100644 --- a/block-buffer/Cargo.toml +++ b/block-buffer/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" rust-version = "1.65" [dependencies] -crypto-common = "=0.2.0-pre.1" +crypto-common = "=0.2.0-pre.2" zeroize = { version = "1.4", optional = true, default-features = false } [dev-dependencies]