Update Rust crate reqwest to 0.12.0 (#70)
All checks were successful
Build and push container image / build (push) Successful in 11m9s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-03-20 12:06:42 -04:00 committed by Renovate
parent 8090301ae8
commit 20178214f1

View File

@ -9,7 +9,7 @@ cargo_toml = "0.19.2"
gamedig = "0.5.0"
once_cell = "1.19.0"
poise = "0.6.1"
reqwest = { version = "0.11.27", features = ["json"] }
reqwest = { version = "0.12.0", features = ["json"] }
serde = "1.0.197"
serde_json = "1.0.114"
serenity = "0.12.1"