diff --git a/Cargo.lock b/Cargo.lock index f0b9793..75ef5e1 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.15", "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.15", "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.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fce5dbd6a4f118eecc4719eaa9c7ffc31c315e6c5ccde3642db927802312425" +checksum = "6259a506ab13e1d658796c31e6e39d2e2ee89243bcc505ddc613b35732e0a430" 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.15", "alloy-sol-macro 0.8.12", "const-hex", "serde", @@ -2348,9 +2348,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", @@ -3638,7 +3638,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.15", "alloy-sol-types 0.8.12", "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 063588d..b5b62fd 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.15" tempfile = "3.14.0" uuid = "1.11.0" thiserror = "2.0.3"