fix(deps): update rust crate reqwest to 0.13.0
All checks were successful
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m12s

This commit was merged in pull request #210.
This commit is contained in:
2025-12-30 16:02:16 +00:00
committed by Tim Wundenberg
parent f0f17739a2
commit 5e22afdca7
2 changed files with 486 additions and 184 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.12.0", features = ["blocking"] }
reqwest = { version = "0.13.0", features = ["blocking"] }
dotenv = "0.15.0"
serde_json = "1.0.96"
regex = "1.7.3"