diff --git a/Cargo.lock b/Cargo.lock index b708a3b1..eeca67d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -632,9 +632,9 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff34e0682d6665da243a3e81da96f07a2dd50f7e64073e382b1a141f5a2a2f6" +checksum = "c9dc0fffe397aa17628160e16b89f704098bf3c9d74d5d369ebc239575936de5" dependencies = [ "alloy-json-abi", "alloy-primitives", diff --git a/crates/dips/Cargo.toml b/crates/dips/Cargo.toml index 5ab10a85..df4e7357 100644 --- a/crates/dips/Cargo.toml +++ b/crates/dips/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" alloy.workspace = true thiserror.workspace = true anyhow.workspace = true -alloy-sol-types = "=0.8.13" +alloy-sol-types = "=0.8.14" alloy-rlp = "0.3.9" thegraph-core.workspace = true