Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed May 17, 2024
1 parent 725c07c commit 00d8271
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ serde_json = "1.0.116"
thiserror = "1.0.60"
tokio = { version = "1.37.0", default-features = false }
tracing = "0.1.40"
uniswap_v3_math = { git = "https://github.com/0xKitsune/uniswap-v3-math.git", branch = "main" }
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "3ccadcf", features = [
uniswap_v3_math = { git = "https://github.com/0xKitsune/uniswap-v3-math.git", rev = "1120ff6" }
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999", features = [
"contract",
"network",
"providers",
Expand All @@ -50,7 +50,7 @@ artemis = ["artemis-core"]
tracing-subscriber = "0.3.18"
criterion = "0.5.1"
tokio = { version = "1.37.0", default-features = false, features = [ "rt-multi-thread" ] }
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "3ccadcf", features = [
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999", features = [
"rpc-client",
] }

Expand Down

0 comments on commit 00d8271

Please sign in to comment.