From 1df7f1084b14dbf42e442f3d28c59acf80e21671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:41:47 +0000 Subject: [PATCH] chore(deps): bump alloy-json-abi from 0.8.12 to 0.8.13 Bumps [alloy-json-abi](https://github.com/alloy-rs/core) from 0.8.12 to 0.8.13. - [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.13) --- updated-dependencies: - dependency-name: alloy-json-abi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 26 +++++++++++++------------- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb1ed6e..6d63f18 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.13", "num_enum", "strum", ] @@ -206,12 +206,12 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "0.8.12" +version = "0.8.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b84c506bf264110fa7e90d9924f742f40ef53c6572ea56a0b0bd714a567ed389" +checksum = "1a500037938085feed8a20dbfc8fce58c599db68c948cfae711147175dee392c" dependencies = [ - "alloy-primitives 0.8.12", - "alloy-sol-type-parser 0.8.12", + "alloy-primitives 0.8.13", + "alloy-sol-type-parser 0.8.13", "serde", "serde_json", ] @@ -273,9 +273,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.8.12" +version = "0.8.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fce5dbd6a4f118eecc4719eaa9c7ffc31c315e6c5ccde3642db927802312425" +checksum = "3aeeb5825c2fc8c2662167058347cd0cafc3cb15bcb5cdb1758a63c2dca0409e" dependencies = [ "alloy-rlp", "bytes", @@ -594,9 +594,9 @@ dependencies = [ [[package]] name = "alloy-sol-type-parser" -version = "0.8.12" +version = "0.8.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa64d80ae58ffaafdff9d5d84f58d03775f66c84433916dc9a64ed16af5755da" +checksum = "96eff16c797438add6c37bb335839d015b186c5421ee5626f5559a7bfeb38ef5" dependencies = [ "serde", "winnow", @@ -621,8 +621,8 @@ version = "0.8.12" 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-json-abi 0.8.13", + "alloy-primitives 0.8.13", "alloy-sol-macro 0.8.12", "const-hex", "serde", @@ -3491,8 +3491,8 @@ dependencies = [ name = "envio-hyperindex-blueprint" version = "0.1.0" dependencies = [ - "alloy-json-abi 0.8.12", - "alloy-primitives 0.8.12", + "alloy-json-abi 0.8.13", + "alloy-primitives 0.8.13", "alloy-sol-types 0.8.12", "async-trait", "blueprint-metadata", diff --git a/Cargo.toml b/Cargo.toml index d61ea21..7b5291e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ tracing-subscriber = { version = "0.3", features = ["parking_lot", "env-filter"] serde_json = "1.0.133" serde = "1.0.215" lazy_static = "1.5.0" -alloy-json-abi = "0.8.12" +alloy-json-abi = "0.8.13" alloy-sol-types = "0.8.12" alloy-primitives = "0.8.12" tempfile = "3.14.0"