From db2087d2eb168ede9d63c3ef9e1daf89d23b008f Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 03:12:39 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47e8677..d6d0cfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ progenitor-client = { git = "https://github.com/oxidecomputer/progenitor" } rand = "0.8.5" rand_core = "0.6" regex = "1.10.4" -reqwest = { version = "0.11", default-features = false, features = ["json", "stream"] } +reqwest = { version = "0.12.4", default-features = false, features = ["json", "stream"] } reqwest-middleware = "0.2" reqwest-retry = "0.3.0" reqwest-tracing = "0.4.6"