From 9ced07ad2bfd4b334f4e878402eeb41b1bd21391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 22:17:27 +0000 Subject: [PATCH] Bump faster-hex from 0.6.1 to 0.8.0 Bumps [faster-hex](https://github.com/NervosFoundation/faster-hex) from 0.6.1 to 0.8.0. - [Changelog](https://github.com/nervosnetwork/faster-hex/blob/master/CHANGELOG.md) - [Commits](https://github.com/NervosFoundation/faster-hex/compare/v0.6.1...v0.8.0) --- updated-dependencies: - dependency-name: faster-hex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfc859f..fe3db03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,9 +223,12 @@ dependencies = [ [[package]] name = "faster-hex" -version = "0.6.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8" +checksum = "e9042d281a5eec0f2387f8c3ea6c4514e2cf2732c90a85aaf383b761ee3b290d" +dependencies = [ + "serde", +] [[package]] name = "half" diff --git a/Cargo.toml b/Cargo.toml index 61ac79d..0d09052 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0", optional = true, default-features = false } [dev-dependencies] criterion = { version = "0.5" } -faster-hex = { version = "0.6" } +faster-hex = { version = "0.8" } hex = { version = "0.4" } rustc-hex = { version = "2.1" } serde = { version = "1.0", features = ["derive"] }