diff --git a/Cargo.lock b/Cargo.lock index b3d0d9b..ca122d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "alloy-ethers-typecast" version = "0.2.0" -source = "git+https://github.com/rainlanguage/alloy-ethers-typecast?rev=d3390e1e2fabcc2f1271ffff14a178f2e92aabf0#d3390e1e2fabcc2f1271ffff14a178f2e92aabf0" +source = "git+https://github.com/rainlanguage/alloy-ethers-typecast?rev=0881930a22e84db49ba955c5b88e790e1266ac66#0881930a22e84db49ba955c5b88e790e1266ac66" dependencies = [ "alloy", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 001209c..3571f4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/rainlanguage/rain.erc" [dependencies] thiserror = "1.0.56" alloy = { version = "0.1.4", features = ["rand", "sol-types"] } -alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "d3390e1e2fabcc2f1271ffff14a178f2e92aabf0" } +alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "0881930a22e84db49ba955c5b88e790e1266ac66" } [dev-dependencies] serde = "1.0.203"