From 44ba8b7680afcb2f7f0a4773590826319db9d9c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:12:30 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.11.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1010537..af66a80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ build = "src/build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "0.11.18", features = ["json", "rustls-tls"] } +reqwest = { version = "0.11.20", features = ["json", "rustls-tls"] } poise = "0.5.5" tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] } tracing = "0.1.37"