Skip to content

Commit

Permalink
chore: update dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
Upgraded `rustc-hash` to 2.1.0 and `uniswap-v3-sdk` to 2.9.0. These updates ensure compatibility with the latest library versions and potentially include performance improvements or bug fixes.
  • Loading branch information
shuhuiluo committed Dec 11, 2024
1 parent 5953c65 commit 95bb0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ exclude = [".github", ".gitignore", "rustfmt.toml"]
alloy-primitives = "0.8"
alloy-sol-types = "0.8"
derive_more = "1.0.0"
rustc-hash = "2.0.0"
rustc-hash = "2.1.0"
thiserror = { version = "2", default-features = false }
uniswap-sdk-core = "3.2.0"
uniswap-v3-sdk = "2.6.0"
uniswap-v3-sdk = "2.9.0"

[dev-dependencies]
once_cell = "1.20.2"
Expand Down

0 comments on commit 95bb0a0

Please sign in to comment.