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

This commit was merged in pull request #7.
This commit is contained in:
2024-09-15 10:46:58 +00:00
committed by Tim Wundenberg
parent a16a028f52
commit bf30ee555c
2 changed files with 418 additions and 78 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.11.16", features = ["blocking"] }
reqwest = { version = "0.12.0", features = ["blocking"] }
dotenv = "0.15.0"
serde_json = "1.0.96"
regex = "1.7.3"