From f02eb3f4687a4b037c3932b07af568800afb6905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:25:00 +0000 Subject: [PATCH] build(deps): bump crypto-common from 0.1.3 to 0.1.6 Bumps [crypto-common](https://github.com/RustCrypto/traits) from 0.1.3 to 0.1.6. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/crypto-common-v0.1.3...crypto-common-v0.1.6) --- updated-dependencies: - dependency-name: crypto-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/workspace-hack/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c85c58bc7061b..ee630e876dfe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1435,9 +1435,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-common" -version = "0.1.3" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array", "typenum", diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index fd1d927a1a5b0..cd3873180972a 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -32,7 +32,7 @@ crossbeam-channel = { version = "0.5.8" } crossbeam-deque = { version = "0.8.2" } crossbeam-epoch = { version = "0.9.13" } crossbeam-utils = { version = "0.8.7" } -crypto-common = { version = "0.1.3", default-features = false, features = ["std"] } +crypto-common = { version = "0.1.6", default-features = false, features = ["std"] } dec = { version = "0.4.8", default-features = false, features = ["serde"] } digest = { version = "0.10.6", features = ["mac", "std"] } either = { version = "1.8.0", features = ["serde"] } @@ -129,7 +129,7 @@ crossbeam-channel = { version = "0.5.8" } crossbeam-deque = { version = "0.8.2" } crossbeam-epoch = { version = "0.9.13" } crossbeam-utils = { version = "0.8.7" } -crypto-common = { version = "0.1.3", default-features = false, features = ["std"] } +crypto-common = { version = "0.1.6", default-features = false, features = ["std"] } dec = { version = "0.4.8", default-features = false, features = ["serde"] } digest = { version = "0.10.6", features = ["mac", "std"] } either = { version = "1.8.0", features = ["serde"] }