fix(deps): update rust crate reqwest to 0.12.3
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-05 14:39:29 +00:00
parent c6ba4eff41
commit d863311d29
2 changed files with 22 additions and 9 deletions

View File

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