From cf2615803062b5ece0a41ad7a4b55a70123a40e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 06:21:21 +0000 Subject: [PATCH] build(deps): bump url from 2.2.2 to 2.3.1 Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.2...v2.3.1) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 ++++++--------------- core/Cargo.toml | 2 +- desktop/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9378a52021e..173172d952d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1343,11 +1343,10 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "form_urlencoded" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" +checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" dependencies = [ - "matches", "percent-encoding", ] @@ -1757,11 +1756,10 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "0.2.3" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" +checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" dependencies = [ - "matches", "unicode-bidi", "unicode-normalization", ] @@ -2117,12 +2115,6 @@ dependencies = [ "libc", ] -[[package]] -name = "matches" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" - [[package]] name = "memchr" version = "2.5.0" @@ -3930,13 +3922,12 @@ checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" [[package]] name = "url" -version = "2.2.2" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" +checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" dependencies = [ "form_urlencoded", "idna", - "matches", "percent-encoding", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index 0042365c129..d6758f9f51f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -26,7 +26,7 @@ num-traits = "0.2" num-derive = "0.3" quick-xml = { git = "https://github.com/ruffle-rs/quick-xml", rev = "8496365ec1412eb5ba5de350937b6bce352fa0ba" } downcast-rs = "1.2.0" -url = "2.2.2" +url = "2.3.1" weak-table = "0.3.2" percent-encoding = "2.2.0" thiserror = "1.0" diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index ba3c0bee1de..29fec762cc0 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -17,7 +17,7 @@ generational-arena = "0.2.8" log = "0.4" winit = "0.26.1" webbrowser = "0.8.0" -url = "2.2.2" +url = "2.3.1" clipboard = "0.5.0" dirs = "4.0" isahc = "1.7.2" diff --git a/web/Cargo.toml b/web/Cargo.toml index 1a3bccf7486..fad93a3cae2 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -37,7 +37,7 @@ ruffle_web_common = { path = "common" } ruffle_render_webgl = { path = "../render/webgl", optional = true } ruffle_render_wgpu = { path = "../render/wgpu", optional = true } ruffle_video_software = { path = "../video/software" } -url = "2.2.2" +url = "2.3.1" wasm-bindgen = { version = "=0.2.82", features = ["serde-serialize"] } wasm-bindgen-futures = "0.4.32" chrono = { version = "0.4", features = ["wasmbind"] }