From 25b7ec3b90ba190d9c7b81ca2e6e861f7292304f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:26:30 +0000 Subject: [PATCH] build(deps): bump hex-literal from 0.4.1 to 1.1.0 Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.4.1 to 1.1.0. - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.1...hex-literal-v1.1.0) --- updated-dependencies: - dependency-name: hex-literal dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 33 +++++++++++++-------------------- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2e2446c..0127ed13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3581,18 +3581,6 @@ dependencies = [ [[package]] name = "fc-rpc-v2" version = "2.0.0-dev" -dependencies = [ - "hex", - "jsonrpsee", - "log", - "pallet-shielded-pool", - "parity-scale-codec", - "sc-client-api", - "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", -] [[package]] name = "fc-rpc-v2-api" @@ -4855,6 +4843,12 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" +[[package]] +name = "hex-literal" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" + [[package]] name = "hickory-proto" version = "0.24.4" @@ -7523,7 +7517,6 @@ dependencies = [ "fc-mapping-sync", "fc-rpc", "fc-rpc-core", - "fc-rpc-v2", "fc-storage", "fp-account", "fp-dynamic-fee", @@ -7534,7 +7527,7 @@ dependencies = [ "frame-system", "frame-system-rpc-runtime-api", "futures", - "hex-literal", + "hex-literal 1.1.0", "jsonrpsee", "log", "orbinum-runtime", @@ -7599,7 +7592,7 @@ dependencies = [ "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", - "hex-literal", + "hex-literal 1.1.0", "orbinum-zk-verifier", "pallet-aura", "pallet-balances", @@ -7970,7 +7963,7 @@ dependencies = [ "frame-system", "hash-db", "hex", - "hex-literal", + "hex-literal 1.1.0", "impl-trait-for-tuples", "log", "pallet-balances", @@ -9033,7 +9026,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#f61fa dependencies = [ "bitvec", "bounded-collections", - "hex-literal", + "hex-literal 0.4.1", "log", "parity-scale-codec", "polkadot-core-primitives", @@ -9451,7 +9444,7 @@ dependencies = [ "frame-support", "frame-system", "hex", - "hex-literal", + "hex-literal 1.1.0", "impl-trait-for-tuples", "log", "num_enum", @@ -9494,7 +9487,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal", + "hex-literal 1.1.0", "pallet-balances", "pallet-evm", "pallet-timestamp", @@ -13504,7 +13497,7 @@ dependencies = [ "derive-where", "environmental", "frame-support", - "hex-literal", + "hex-literal 0.4.1", "impl-trait-for-tuples", "log", "parity-scale-codec", diff --git a/Cargo.toml b/Cargo.toml index ff495ce9..fab720ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ evm = { git = "https://github.com/rust-ethereum/evm.git", branch = "v0.x", defau futures = "0.3.31" hash-db = { version = "0.16.0", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["alloc"] } -hex-literal = "0.4.1" +hex-literal = "1.1.0" impl-serde = { version = "0.5.0", default-features = false } impl-trait-for-tuples = "0.2.3" jsonrpsee = { version = "0.24.9" }