Skip to content

Commit

Permalink
Do not lock down url dep
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Sep 30, 2023
1 parent a2bb843 commit 10e1c4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ http-interop = ["dep:http"]
base64 = "0.21"
cookie = { version = "0.17", default-features = false, optional = true}
once_cell = "1"
# url 2.4.x brings in idna 0.4.0 and cookie_store dep on idna 0.3.0
# check if we can remove this next time we upgrade cookie_store.
url = "=2.3.1"
url = "2"
socks = { version = "0.3", optional = true }
serde = { version = "1", optional = true }
serde_json = { version = ">=1.0.97", optional = true }
Expand Down

0 comments on commit 10e1c4a

Please sign in to comment.