Update Rust crate reqwest to 0.11.23 (#6)
All checks were successful
Build and push container image / build (push) Successful in 7m12s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2023-12-18 20:45:33 +00:00 committed by Renovate Bot
parent 824681e90c
commit 44d8b32564
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1173,9 +1173,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "reqwest"
version = "0.11.22"
version = "0.11.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
dependencies = [
"base64 0.21.5",
"bytes",

View File

@ -10,7 +10,7 @@ edition = "2021"
cargo_toml = "0.17.2"
lazy_static = "1.4.0"
poise = "0.5.7"
reqwest = "0.11.22"
reqwest = "0.11.23"
serde_json = "1.0.108"
serenity = "0.12.0"
tokio = { version = "1.35.0", features = ["macros", "signal", "rt-multi-thread"] }