chore(deps): update rust crate url to 2.4.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-28 10:09:28 +00:00
parent e92284002a
commit 036998b0b9
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
clap = { version = "4.4.0", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
url = { version = "2.4.0" }
url = { version = "2.4.1" }
serde_yaml = { version = "0.9.25" }
serde = { version = "1", features = ["derive"] }
semver = "1.0.18"