From 0acd5d88716ee85741594224efac71c41d74ba22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 17:50:38 +0000 Subject: [PATCH] chore(deps): bump alloy-primitives from 0.8.12 to 0.8.14 Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.8.12 to 0.8.14. - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/core/compare/v0.8.12...v0.8.14) --- updated-dependencies: - dependency-name: alloy-primitives dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04b8115..bc4efb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,7 +122,7 @@ version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4932d790c723181807738cf1ac68198ab581cd699545b155601332541ee47bd" dependencies = [ - "alloy-primitives 0.8.12", + "alloy-primitives 0.8.14", "num_enum", "strum", ] @@ -210,7 +210,7 @@ version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b84c506bf264110fa7e90d9924f742f40ef53c6572ea56a0b0bd714a567ed389" dependencies = [ - "alloy-primitives 0.8.12", + "alloy-primitives 0.8.14", "alloy-sol-type-parser 0.8.12", "serde", "serde_json", @@ -273,9 +273,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.8.12" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fce5dbd6a4f118eecc4719eaa9c7ffc31c315e6c5ccde3642db927802312425" +checksum = "9db948902dfbae96a73c2fbf1f7abec62af034ab883e4c777c3fd29702bd6e2c" dependencies = [ "alloy-rlp", "bytes", @@ -622,7 +622,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6520d427d4a8eb7aa803d852d7a52ceb0c519e784c292f64bb339e636918cf27" dependencies = [ "alloy-json-abi 0.8.12", - "alloy-primitives 0.8.12", + "alloy-primitives 0.8.14", "alloy-sol-macro 0.8.12", "const-hex", "serde", @@ -2421,9 +2421,9 @@ dependencies = [ [[package]] name = "const-hex" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0121754e84117e65f9d90648ee6aa4882a6e63110307ab73967a4c5e7e69e586" +checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" dependencies = [ "cfg-if", "cpufeatures", @@ -3800,7 +3800,7 @@ name = "envio-hyperindex-blueprint" version = "0.1.0" dependencies = [ "alloy-json-abi 0.8.12", - "alloy-primitives 0.8.12", + "alloy-primitives 0.8.14", "alloy-sol-types 0.8.12", "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8600076..1e7a8e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ serde = "1.0.215" lazy_static = "1.5.0" alloy-json-abi = { version = "0.8.12", features = ["serde_json"] } alloy-sol-types = "0.8.12" -alloy-primitives = "0.8.12" +alloy-primitives = "0.8.14" tempfile = "3.14.0" uuid = "1.11.0" thiserror = "2.0.3"