Update Rust crate url to 2.5.0

This commit is contained in:
renovate[bot] 2024-05-01 10:59:14 +00:00 committed by GitHub
parent 341bafb91e
commit 201efa6268
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ http-body-util = "0.1.1"
loole = "0.3.0" loole = "0.3.0"
# Validating urls in config, was already a transitive dependency # Validating urls in config, was already a transitive dependency
url = { version = "2", features = ["serde"] } url = { version = "2.5.0", features = ["serde"] }
async-trait = "0.1.80" async-trait = "0.1.80"