Update Rust crate reqwest to 0.12.0
renovate/artifacts Artifact file update failure
Unit Tests with docker compose and cargo / unit-test (push) Failing after 18s Details
Unit Tests with docker compose and cargo / unit-test (pull_request) Failing after 1m40s Details

This commit is contained in:
Renovate Bot 2024-11-29 18:01:23 +00:00
parent 7fb94e17db
commit 73440894a6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
reqwest = "0.11.14"
reqwest = "0.12.0"
serde = "1.0.171"
toml = "0.8.8"
log = "0.4.19"