Skip to content

Commit b7c3e50

Browse files
authored
Merge pull request #42 from 0xKitsune/kit/bump-deps
(chore): bump alloy to `0.5`
2 parents 039a72a + f9fd329 commit b7c3e50

File tree

2 files changed

+92
-33
lines changed

2 files changed

+92
-33
lines changed

Cargo.lock

+91-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["uniswapV3", "math"]
1111
exclude = ["target/*", ".github/*", ".gitignore", "Uniswap/*"]
1212

1313
[dependencies]
14-
alloy = { version = "0.4", features = ["contract", "providers"] }
14+
alloy = { version = "0.5", features = ["contract", "providers"] }
1515

1616
eyre = "0.6"
1717
thiserror = "1.0"

0 commit comments

Comments
 (0)