chore(deps): bump url from 2.4.0 to 2.4.1

Bumps [url](https://github.com/servo/rust-url) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-28 10:16:26 +00:00 committed by Matt Brubeck
parent f9758210ce
commit 85036cb673
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -701,9 +701,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
version = "2.4.0"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
dependencies = [
"form_urlencoded",
"idna",

View file

@ -25,7 +25,7 @@ rcgen = { version = "0.11.1" }
rustls = "0.21.6"
tokio-rustls = "0.24.1"
tokio = { version = "1.32", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.4.0"
url = "2.4.1"
[dev-dependencies]
anyhow = "1.0"