From 9ddceafd607ba01c011acd377c69b32e7ff08de7 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 00:52:36 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.13 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfd7935..c845391 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ anyhow = "1.0.89" cap-tempfile = "4.0" clap = { version = "4", features = ["derive"] } oci-distribution = "0.11" -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } tokio = { version = "1", features = ["rt-multi-thread", "macros"] } [features]