diff --git a/Cargo.lock b/Cargo.lock index e20749258..dcb22b9a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" [[package]] name = "alloy-ethers-typecast" version = "0.2.0" -source = "git+https://github.com/rainlanguage/alloy-ethers-typecast?rev=0141369c9923e9c7a1048b05f167f3d767ea16c4#0141369c9923e9c7a1048b05f167f3d767ea16c4" +source = "git+https://github.com/rainlanguage/alloy-ethers-typecast?rev=47b2d9f073ff891254af6ece6f0efc140566d3d5#47b2d9f073ff891254af6ece6f0efc140566d3d5" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/Cargo.toml b/Cargo.toml index 6cf222d76..e2cc93fda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "CAL-1.0" homepage = "https://github.com/rainprotocol/rain.orderbook" [workspace.dependencies] -alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "0141369c9923e9c7a1048b05f167f3d767ea16c4" } +alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "47b2d9f073ff891254af6ece6f0efc140566d3d5" } alloy-sol-types = { version = "0.5.4" } alloy-primitives = "0.5.4" anyhow = "1.0.70" diff --git a/tauri-app/src-tauri/Cargo.lock b/tauri-app/src-tauri/Cargo.lock index 9c2324a74..8259c7437 100644 --- a/tauri-app/src-tauri/Cargo.lock +++ b/tauri-app/src-tauri/Cargo.lock @@ -126,7 +126,7 @@ dependencies = [ [[package]] name = "alloy-ethers-typecast" version = "0.2.0" -source = "git+https://github.com/rainlanguage/alloy-ethers-typecast?rev=0141369c9923e9c7a1048b05f167f3d767ea16c4#0141369c9923e9c7a1048b05f167f3d767ea16c4" +source = "git+https://github.com/rainlanguage/alloy-ethers-typecast?rev=47b2d9f073ff891254af6ece6f0efc140566d3d5#47b2d9f073ff891254af6ece6f0efc140566d3d5" dependencies = [ "alloy-primitives", "alloy-sol-types", diff --git a/tauri-app/src-tauri/Cargo.toml b/tauri-app/src-tauri/Cargo.toml index d7e021924..0b4b766cd 100644 --- a/tauri-app/src-tauri/Cargo.toml +++ b/tauri-app/src-tauri/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" rain_orderbook_common = { path = "../../crates/common" } rain_orderbook_subgraph_queries = { path = "../../crates/subgraph" } -alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "0141369c9923e9c7a1048b05f167f3d767ea16c4" } +alloy-ethers-typecast = { git = "https://github.com/rainlanguage/alloy-ethers-typecast", rev = "47b2d9f073ff891254af6ece6f0efc140566d3d5" } alloy-primitives = "0.5.4" typeshare = "1.0.1"