From 97cf0529204c3897dbc899e4505cb1eca0e09fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 15:18:44 +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 | 4 ++-- graph/Cargo.toml | 2 +- store/test-store/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67990cd2079..1c843b36b94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2122,9 +2122,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[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" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 921a76ba5f2..8dcdb2855c4 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -70,7 +70,7 @@ serde_plain = "1.0.1" [dev-dependencies] clap = { version = "3.2.25", features = ["derive", "env"] } maplit = "1.0.2" -hex-literal = "0.4" +hex-literal = "1.0" [build-dependencies] tonic-build = { workspace = true } diff --git a/store/test-store/Cargo.toml b/store/test-store/Cargo.toml index b05e15f6cab..0fe96d2978b 100644 --- a/store/test-store/Cargo.toml +++ b/store/test-store/Cargo.toml @@ -14,7 +14,7 @@ graph = { path = "../../graph" } graph-store-postgres = { path = "../postgres" } graph-chain-ethereum = { path = "../../chain/ethereum" } lazy_static = "1.1" -hex-literal = "0.4" +hex-literal = "1.0" diesel = { version = "1.4.8", features = ["postgres", "serde_json", "numeric", "r2d2"] } serde = "1.0" prost-types = { workspace = true }