From 0642888e4cd6ecfcb1ef49bdd6ce3de09b01bb6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 23:54:16 +0000 Subject: [PATCH] chore(deps): bump hex-literal from 0.3.1 to 0.3.4 Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.1 to 0.3.4. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.1...hex-literal-v0.3.4) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bin/nodes/subzero/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7aa25817..6e7132009 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2295,9 +2295,9 @@ checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" [[package]] name = "hex-literal" -version = "0.3.1" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8" +checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" [[package]] name = "hex_fmt" diff --git a/bin/nodes/subzero/cli/Cargo.toml b/bin/nodes/subzero/cli/Cargo.toml index 4e1803c1b..0c647f374 100644 --- a/bin/nodes/subzero/cli/Cargo.toml +++ b/bin/nodes/subzero/cli/Cargo.toml @@ -46,7 +46,7 @@ once_cell = "1.5.2" codec = { package = "parity-scale-codec", version = "2.0.0" } serde = { version = "1.0.102", features = ["derive"] } futures = { version = "0.3.9", features = ["compat"] } -hex-literal = "0.3.1" +hex-literal = "0.3.4" log = "0.4.8" rand = "0.7.2" structopt = { version = "0.3.8", optional = true }