Skip to content

Commit c8200ba

Browse files
KaboomFoxclaude
andcommitted
Relax url dependency constraint to allow 2.x versions
The previous constraint ">=2.0, <2.4" was causing conflicts with newer ethers crate versions that require url 2.4+. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9baa542 commit c8200ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rand = "0.8"
1919
parking_lot = "0.12"
2020
socket2 = "0.5"
2121
native-tls = "0.2"
22-
url = ">=2.0, <2.4"
22+
url = "2"
2323

2424
[dev-dependencies]
2525
tokio = { version = "1", features = ["rt-multi-thread", "macros", "test-util"] }

0 commit comments

Comments
 (0)