Skip to content

Commit fa74887

Browse files
committed
bump alloy to 0.3
1 parent 1619033 commit fa74887

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ serde_json = "1.0"
2424
thiserror = "1.0"
2525
tokio = { version = "1.38", default-features = false }
2626
tracing = "0.1"
27-
uniswap_v3_math = "0.5.1"
28-
alloy = { version = "0.2", features = [
27+
uniswap_v3_math = { git = "https://github.com/0xKitsune/uniswap-v3-math.git" }
28+
alloy = { version = "0.3", features = [
2929
"contract",
3030
"network",
3131
"provider-ws",
@@ -49,7 +49,7 @@ criterion = "0.5"
4949
tokio = { version = "1.38", default-features = false, features = [
5050
"rt-multi-thread",
5151
] }
52-
alloy = { version = "0.2", features = ["rpc-client"] }
52+
alloy = { version = "0.3", features = ["rpc-client"] }
5353

5454
[[bench]]
5555
name = "state_space"

0 commit comments

Comments
 (0)