Skip to content

Commit dbdd44e

Browse files
authored
chore: update alloy to 0.8 (#18)
Upgraded alloy dependency to version 0.8 for both main and dev settings to ensure compatibility with the latest features and improvements. Incremented the package version to 0.9.0 to reflect the dependency update.
1 parent 5e40ea0 commit dbdd44e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uniswap-lens"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
authors = ["Shuhui Luo <twitter.com/aureliano_law>"]
66
description = "A library for querying Uniswap V3 using ephemeral lens contracts."
@@ -12,7 +12,7 @@ keywords = ["alloy", "ethereum", "solidity", "uniswap"]
1212
include = ["src/**/*.rs"]
1313

1414
[dependencies]
15-
alloy = { version = "0.7", features = ["contract", "json-rpc", "rpc-types"] }
15+
alloy = { version = "0.8", features = ["contract", "json-rpc", "rpc-types"] }
1616
anyhow = "1"
1717
thiserror = { version = "2", default-features = false }
1818

@@ -21,7 +21,7 @@ default = []
2121
std = ["alloy/std", "thiserror/std"]
2222

2323
[dev-dependencies]
24-
alloy = { version = "0.7", features = ["transport-http"] }
24+
alloy = { version = "0.8", features = ["transport-http"] }
2525
dotenv = "0.15"
2626
futures = "0.3"
2727
once_cell = "1.20"

0 commit comments

Comments
 (0)