diff --git a/Cargo.lock b/Cargo.lock index ccd166c..cd5c8a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2525,9 +2525,9 @@ dependencies = [ [[package]] name = "mev-share" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3392bb6c0637248ca1df51ff3a28a0f2e0893c1ddbf8dbaacd962e59dde31b5f" +checksum = "c77693bfadd573d1891633e85f53ff4cdc2eda8a385650810df34bd2f05d78c9" dependencies = [ "mev-share-rpc-api", "mev-share-sse", @@ -2559,9 +2559,9 @@ dependencies = [ [[package]] name = "mev-share-rpc-api" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eb95f1854193fd089cc3cf10c10b3329fbec114859a5721731b5a28bb4e4699" +checksum = "7808334192e954edff842264ea40768021e073d9b55b8031af68760eeafa1e85" dependencies = [ "ethers-core", "ethers-signers", @@ -2575,9 +2575,9 @@ dependencies = [ [[package]] name = "mev-share-sse" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "215eeb2f7f03166a481b1fc803d211bc6835a4994e10bc7660344dd5808e8f96" +checksum = "72afe2e0849813a69a65db1f405983196d1c174e97c02c94671ea9a61ce699cc" dependencies = [ "async-sse", "bytes", diff --git a/crates/artemis-core/Cargo.toml b/crates/artemis-core/Cargo.toml index 7c78e11..981c700 100644 --- a/crates/artemis-core/Cargo.toml +++ b/crates/artemis-core/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" ## eth ethers.workspace = true opensea-stream = { git = "https://github.com/FrankieIsLost/opensea-stream-rs"} -mev-share = "0.1.1" +mev-share = "0.1.2" ethers-flashbots = { git = "https://github.com/FrankieIsLost/ethers-flashbots", features = ["rustls"] } ## async diff --git a/crates/strategies/mev-share-uni-arb/Cargo.toml b/crates/strategies/mev-share-uni-arb/Cargo.toml index edca512..75f7503 100644 --- a/crates/strategies/mev-share-uni-arb/Cargo.toml +++ b/crates/strategies/mev-share-uni-arb/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] ethers = { version = "2", features = ["ws", "rustls"]} tokio = { version = "1.18", features = ["full"] } -mev-share = "0.1.1" +mev-share = "0.1.2" async-trait = "0.1.64" artemis-core = { path = "../../artemis-core" } anyhow = "1.0.70"