diff --git a/Cargo.toml b/Cargo.toml index d3e4d82..3461e5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"