From f9c99f5fc3c05053c467541a75ebdfd7a7498611 Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Thu, 15 Aug 2024 18:17:24 -0500 Subject: [PATCH] edit --- Cargo.lock | 25 ++++++++++++------------- check/Cargo.toml | 8 -------- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fdf91d..184c063 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,11 +82,11 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "0.7.7" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc05b04ac331a9f07e3a4036ef7926e49a8bf84a99a1ccfc7e2ab55a5fcbb372" +checksum = "aaeaccd50238126e3a0ff9387c7c568837726ad4f4e399b528ca88104d6c25ef" dependencies = [ - "alloy-primitives 0.7.7", + "alloy-primitives 0.7.6", "alloy-sol-type-parser", "serde", "serde_json", @@ -116,9 +116,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.7.7" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccb3ead547f4532bc8af961649942f0b9c16ee9226e26caa3f38420651cc0bf4" +checksum = "f783611babedbbe90db3478c120fb5f5daacceffc210b39adc0af4fe0da70bad" dependencies = [ "alloy-rlp", "bytes", @@ -148,9 +148,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro" -version = "0.7.7" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b40397ddcdcc266f59f959770f601ce1280e699a91fc1862f29cef91707cd09" +checksum = "4bad41a7c19498e3f6079f7744656328699f8ea3e783bdd10d85788cd439f572" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", @@ -199,17 +199,16 @@ version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbcba3ca07cf7975f15d871b721fb18031eec8bce51103907f6dcce00b255d98" dependencies = [ - "serde", "winnow 0.6.16", ] [[package]] name = "alloy-sol-types" -version = "0.7.7" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91ca40fa20793ae9c3841b83e74569d1cc9af29a2f5237314fd3452d51e38c7" +checksum = "a49042c6d3b66a9fe6b2b5a8bf0d39fc2ae1ee0310a2a26ffedd79fb097878dd" dependencies = [ - "alloy-primitives 0.7.7", + "alloy-primitives 0.7.6", "alloy-sol-macro", "const-hex", "serde", @@ -691,7 +690,7 @@ version = "0.4.2" dependencies = [ "alloy-ethers-typecast", "alloy-json-abi", - "alloy-primitives 0.7.7", + "alloy-primitives 0.7.6", "alloy-sol-macro", "alloy-sol-types", "brotli2", @@ -729,7 +728,7 @@ dependencies = [ name = "cargo-stylus-replay" version = "0.4.2" dependencies = [ - "alloy-primitives 0.7.7", + "alloy-primitives 0.7.6", "cargo-stylus-util", "clap", "ethers", diff --git a/check/Cargo.toml b/check/Cargo.toml index 41d8ef0..d94052f 100644 --- a/check/Cargo.toml +++ b/check/Cargo.toml @@ -38,11 +38,3 @@ wasm-encoder = "0.213.0" wasm-gen = "0.1.4" toml = "0.8.14" sys-info = "0.9.1" -<<<<<<< Updated upstream -======= -alloy-contract = "=0.2.1" -alloy-provider = "=0.2.1" -alloy-signer-local = { version = "0.2.1", features = ["keystore"] } -alloy-signer = "=0.2.1" -alloy-transport = "=0.2.1" ->>>>>>> Stashed changes