From cc06e1e336d37a47a089ba064f0e340179c6d3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:12:21 +0000 Subject: [PATCH] chore(deps): bump faster-hex from 0.6.1 to 0.8.1 Bumps [faster-hex](https://github.com/NervosFoundation/faster-hex) from 0.6.1 to 0.8.1. - [Changelog](https://github.com/nervosnetwork/faster-hex/blob/master/CHANGELOG.md) - [Commits](https://github.com/NervosFoundation/faster-hex/commits) --- updated-dependencies: - dependency-name: faster-hex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- crypto/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52260a9..cd892c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,9 +460,12 @@ dependencies = [ [[package]] name = "faster-hex" -version = "0.6.1" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8" +checksum = "239f7bfb930f820ab16a9cd95afc26f88264cf6905c960b340a615384aa3338a" +dependencies = [ + "serde", +] [[package]] name = "fastrand" diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 30a3485..e136c9b 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dependencies] base64 = "0.21.2" concat-string = "1.0.1" -faster-hex = "0.6.1" +faster-hex = "0.8.1" log = "0.4.19" md5 = "0.7.0" once_cell = "1.18.0"