From 17ba59d943b4bf85460bfdfb89db6ed9ef10a8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 22:31:05 +0000 Subject: [PATCH] build(deps): 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] --- Cargo.lock | 5 ++--- integration_tests/Cargo.toml | 2 +- interop_binaries/Cargo.toml | 2 +- janus_client/Cargo.toml | 2 +- janus_core/Cargo.toml | 2 +- janus_server/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 014c4e924..da3bcfdaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4098,13 +4098,12 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[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", "serde", ] diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index bd0f16c02..a210fc7c1 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -38,7 +38,7 @@ serde_json = { version = "1", optional = true } testcontainers = "0.14.0" tokio = { version = "1", features = ["full", "tracing"], optional = true } tracing = "0.1.36" -url = { version = "2.2.2", features = ["serde"] } +url = { version = "2.3.0", features = ["serde"] } [dev-dependencies] http = "0.2" diff --git a/interop_binaries/Cargo.toml b/interop_binaries/Cargo.toml index 33014a93e..05b42882d 100644 --- a/interop_binaries/Cargo.toml +++ b/interop_binaries/Cargo.toml @@ -45,7 +45,7 @@ tokio = { version = "1.21", features = ["full", "tracing"] } tracing = "0.1.36" tracing-log = "0.1.3" tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt"] } -url = { version = "2.2.2", features = ["serde"] } +url = { version = "2.3.0", features = ["serde"] } warp = "0.3" zstd = { version = "0.11", optional = true } diff --git a/janus_client/Cargo.toml b/janus_client/Cargo.toml index 5c7c436e2..6e7f99970 100644 --- a/janus_client/Cargo.toml +++ b/janus_client/Cargo.toml @@ -19,7 +19,7 @@ reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tl thiserror = "1.0" tokio = { version = "1.21", features = ["full"] } tracing = "0.1.36" -url = "2.2.2" +url = "2.3.0" [dev-dependencies] assert_matches = "1" diff --git a/janus_core/Cargo.toml b/janus_core/Cargo.toml index 5573ad8ae..c86b217e5 100644 --- a/janus_core/Cargo.toml +++ b/janus_core/Cargo.toml @@ -67,4 +67,4 @@ janus_core = { path = ".", features = ["test-util"] } # Kubernetes clusters. kube = { version = "0.65", features = ["openssl-tls"] } # ensure this remains compatible with the non-dev dependency mockito = "0.31.0" -url = "2.2.2" +url = "2.3.0" diff --git a/janus_server/Cargo.toml b/janus_server/Cargo.toml index 4f61b4447..beda77103 100644 --- a/janus_server/Cargo.toml +++ b/janus_server/Cargo.toml @@ -64,7 +64,7 @@ tracing = "0.1.36" tracing-log = "0.1.3" tracing-opentelemetry = { version = "0.17.4", optional = true } tracing-subscriber = { version = "0.3", features = ["std", "env-filter", "fmt", "json"] } -url = { version = "2.2.2", features = ["serde"] } +url = { version = "2.3.0", features = ["serde"] } uuid = { version = "1.1.2", features = ["v4"] } warp = { version = "0.3", features = ["tls"] }