Skip to content

Commit

Permalink
Update Rust crate url to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Darunada committed Feb 25, 2023
1 parent c2a5ec7 commit 4abc90a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ curl = {version = "0.4.44", optional = true}
env_proxy = {version = "0.4.1", optional = true}
lazy_static = {workspace=true, optional = true}
reqwest = {version = "0.11", default-features = false, features = ["blocking", "gzip", "socks"], optional = true}
<<<<<<< HEAD
thiserror.workspace = true
url.workspace = true
=======
thiserror = "1.0"
url = "2.3"
>>>>>>> 38a43038 (Update Rust crate url to 2.3)

[dev-dependencies]
hyper = {version = "0.14", default-features = false, features = ["tcp", "server"]}
Expand Down

0 comments on commit 4abc90a

Please sign in to comment.