From 48ff036b86d07f6c50d07c558e99b3ae9bf87a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 08:36:48 +0000 Subject: [PATCH] chore(deps): Bump url from 2.2.2 to 2.3.0 (#5585) * chore(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] * chore: Run cargo hakari tasks Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CircleCI[bot] Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- influxdb2_client/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0451b4fd0..54974d3a61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5565,13 +5565,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", ] @@ -5915,6 +5914,7 @@ dependencies = [ "tracing-core", "tracing-log", "tracing-subscriber", + "url", "uuid", "winapi", "windows-sys", diff --git a/influxdb2_client/Cargo.toml b/influxdb2_client/Cargo.toml index e33dc9caf6..6cdae95a2a 100644 --- a/influxdb2_client/Cargo.toml +++ b/influxdb2_client/Cargo.toml @@ -11,7 +11,7 @@ reqwest = { version = "0.11", default-features = false, features = ["stream", "j serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.83" snafu = "0.7" -url = "2.1.1" +url = "2.3.0" uuid = { version = "1", features = ["v4"] } [dev-dependencies] # In alphabetical order diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index e042ba1ed2..f8f6c38d57 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -72,6 +72,7 @@ tracing = { version = "0.1", features = ["attributes", "log", "max_level_trace", tracing-core = { version = "0.1", features = ["once_cell", "std"] } tracing-log = { version = "0.1", features = ["log-tracer", "std", "trace-logger"] } tracing-subscriber = { version = "0.3", features = ["alloc", "ansi", "ansi_term", "env-filter", "fmt", "json", "lazy_static", "matchers", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "tracing", "tracing-log", "tracing-serde"] } +url = { version = "2" } uuid = { version = "1", features = ["private_getrandom", "rng", "std", "v4"] } zstd = { version = "0.11", features = ["arrays", "legacy", "zdict_builder"] } zstd-safe = { version = "5", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder"] } @@ -124,6 +125,7 @@ syn = { version = "1", features = ["clone-impls", "derive", "extra-traits", "ful tokio = { version = "1", features = ["bytes", "fs", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "once_cell", "parking_lot", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "sync", "time", "tokio-macros", "tracing"] } tokio-stream = { version = "0.1", features = ["fs", "net", "time"] } tonic-build = { version = "0.8", features = ["prost", "prost-build", "transport"] } +url = { version = "2" } uuid = { version = "1", features = ["private_getrandom", "rng", "std", "v4"] } [target.x86_64-unknown-linux-gnu.dependencies]