chore(deps): bump url from 2.5.4 to 2.5.5

Bumps [url](https://github.com/servo/rust-url) from 2.5.4 to 2.5.5.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.5.4...v2.5.5)

---
updated-dependencies:
- dependency-name: url
  dependency-version: 2.5.5
  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] 2025-08-21 10:40:35 +00:00 committed by Matt Brubeck
parent 13ad2f363e
commit 815bd517cc
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ percent-encoding = "2.3"
rcgen = { version = "0.14.3", default-features = false, features = ["ring"] }
tokio-rustls = { version = "0.26.2", default-features = false, features = ["logging", "ring", "tls12"] }
tokio = { version = "1.47", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.5.4"
url = "2.5.5"
[dev-dependencies]
trotter = "1.0"