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] <support@github.com>

* chore: Run cargo hakari tasks

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CircleCI[bot] <circleci@influxdata.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-09-08 08:36:48 +00:00 committed by GitHub
parent 423b4f874a
commit 48ff036b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

6
Cargo.lock generated
View File

@ -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",

View File

@ -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

View File

@ -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]