From 29094c72e5bfb9f305eea760d4d1e900e432b616 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:15:51 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54658a42..d61562e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ percent-encoding = "2.3.2" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } progenitor = "0.11" progenitor-client = "0.11" -reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "stream", "rustls-tls"] } clap = { version = "4.5.54", features = ["derive", "unstable-styles", "env"] } tabwriter = { version = "1", features = ["ansi_formatting"] } colored = "3.0"