chore(deps): bump url from 2.5.4 to 2.5.6

Bumps [url](https://github.com/servo/rust-url) from 2.5.4 to 2.5.6.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/commits)

---
updated-dependencies:
- dependency-name: url
  dependency-version: 2.5.6
  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 22:57:50 +00:00 committed by GitHub
commit aeeda2f379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -14,7 +14,7 @@ publish.workspace = true
post-quantum = ["rustls-post-quantum"]
[dependencies]
url = { version = "2.5.4" }
url = { version = "2.5.6" }
ahash = "0.8.12"
thiserror = "2.0.16"
tracing = "0.1.41"