Skip to content

Commit 1120ff6

Browse files
authored
Merge pull request #36 from 0xKitsune/0xkitsune/bump-deps
chore(deps): bump alloy, thiserror
2 parents a2b0176 + 59f509d commit 1120ff6

File tree

2 files changed

+60
-40
lines changed

2 files changed

+60
-40
lines changed

Cargo.lock

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

Cargo.toml

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

1313
[dependencies]
14-
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "cd5e0f7", features = [
14+
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999", features = [
1515
"contract",
1616
"providers",
1717
] }
1818
eyre = "0.6.12"
19-
thiserror = "1.0.58"
19+
thiserror = "1.0.61"

0 commit comments

Comments
 (0)