From 0b6bd55613c0e7e7381b10dc4bfc0fc6b452dc25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 17:03:22 +0000 Subject: [PATCH] Bump prefix-hex from 0.6.0 to 0.7.0 Bumps [prefix-hex](https://github.com/iotaledger/common-rs) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/iotaledger/common-rs/releases) - [Commits](https://github.com/iotaledger/common-rs/commits) --- updated-dependencies: - dependency-name: prefix-hex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- worker/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30781d17..6d648af7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1912,9 +1912,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "prefix-hex" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b765bdee4f947c49356ac04884a3a929a03464c3325ec11c76e5a9ddf78101" +checksum = "d9653998c1c55e1705580cf92d156b57094bbae6c83482d406f2223439cd354a" dependencies = [ "hex", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index 5b132ec0..2ad5b437 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4" serde_json = "1" url = { version = "2", features = ["serde"] } futures = "0.3" -prefix-hex = "0.6" +prefix-hex = "0.7" derive_more = "0.99" tokio = { version = "1", features = ["full"] } async-stream = "0.3" diff --git a/worker/Cargo.toml b/worker/Cargo.toml index e1710bb8..bf63dc54 100644 --- a/worker/Cargo.toml +++ b/worker/Cargo.toml @@ -12,7 +12,7 @@ thiserror = "1" log = "0.4" env_logger = "0.10" clap = { version = "4", features = ["derive"] } -prefix-hex = "0.6" +prefix-hex = "0.7" rayon = "1" rmp-serde = "1.1" arrayvec = { version = "0.7.2", features = ["serde"] }