Bump url from 2.2.2 to 2.3.0

Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.2.2...v2.3.0)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-08 02:09:18 +00:00 committed by extrawurst
parent 69d98b596e
commit 1020346217
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -1807,13 +1807,12 @@ checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
[[package]]
name = "url"
version = "2.2.2"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]

View file

@ -25,7 +25,7 @@ scopetime = { path = "../scopetime", version = "0.1" }
shellexpand = "2.1"
thiserror = "1.0"
unicode-truncate = "0.2.0"
url = "2.2"
url = "2.3"
[dev-dependencies]
env_logger = "0.9"