From 812060cd5e5d4c486f1c888fb0d0eabd0fec130f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 16:43:38 +0000 Subject: [PATCH] build(deps): bump hex-literal from 0.4.1 to 1.0.0 Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.1 to 1.0.0. - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.1...hex-literal-v1.0.0) --- updated-dependencies: - dependency-name: hex-literal dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- graph/Cargo.toml | 2 +- store/test-store/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ffcbd4c252..b04b8c049b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1955,7 +1955,7 @@ dependencies = [ "graph_derive", "graphql-parser", "hex", - "hex-literal 0.4.1", + "hex-literal 1.0.0", "http 0.2.12", "http 1.3.1", "http-body-util", @@ -2517,9 +2517,9 @@ checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" [[package]] name = "hex-literal" -version = "0.4.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" +checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" [[package]] name = "hmac" @@ -5412,7 +5412,7 @@ dependencies = [ "graph-node", "graph-store-postgres", "hex", - "hex-literal 0.4.1", + "hex-literal 1.0.0", "lazy_static", "pretty_assertions", "prost-types", diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 80e9c1c4df9..d1265345b83 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -106,7 +106,7 @@ object_store = { version = "0.12.3", features = ["gcp"] } [dev-dependencies] clap.workspace = true maplit = "1.0.2" -hex-literal = "0.4" +hex-literal = "1.0" wiremock = "0.6.3" [build-dependencies] diff --git a/store/test-store/Cargo.toml b/store/test-store/Cargo.toml index 2435b447570..909c26453c6 100644 --- a/store/test-store/Cargo.toml +++ b/store/test-store/Cargo.toml @@ -12,7 +12,7 @@ graph = { path = "../../graph" } graph-store-postgres = { path = "../postgres" } graph-chain-ethereum = { path = "../../chain/ethereum" } lazy_static = "1.5" -hex-literal = "0.4" +hex-literal = "1.0" diesel = { workspace = true } prost-types = { workspace = true }