Skip to content

Commit bc03b63

Browse files
build(deps): bump url from 2.2.2 to 2.3.0 (#1932)
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](servo/rust-url@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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36af2e1 commit bc03b63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,13 +2718,12 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
27182718

27192719
[[package]]
27202720
name = "url"
2721-
version = "2.2.2"
2721+
version = "2.3.0"
27222722
source = "registry+https://github.com/rust-lang/crates.io-index"
2723-
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2723+
checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3"
27242724
dependencies = [
27252725
"form_urlencoded",
27262726
"idna",
2727-
"matches",
27282727
"percent-encoding",
27292728
]
27302729

0 commit comments

Comments
 (0)