Skip to content

Commit a31120f

Browse files
committed
Auto merge of #4051 - rust-lang:renovate/url-2.x, r=Turbo87
Update Rust crate url to 2.2 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [url](https://crates.io/crates/url) | dependencies | minor | `2.1` -> `2.2` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 3ba389c + 943f9a7 commit a31120f

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
@@ -86,7 +86,7 @@ tokio = { version = "1.5.0", features = ["net", "signal", "io-std", "io-util", "
8686
toml = "0.5"
8787
tracing = "0.1"
8888
tracing-subscriber = "0.2"
89-
url = "2.1"
89+
url = "2.2"
9090

9191
[dev-dependencies]
9292
claim = "0.5"

0 commit comments

Comments
 (0)