fix(deps): update rust crate reqwest to 0.12.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-19 18:39:32 +00:00
parent ba68516f55
commit 604e779df0
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
reqwest = { version = "0.12.3", features = ["json"]}
reqwest = { version = "0.12.4", features = ["json"]}
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
tera = "1.19.1"