From 92a86cb816fedca043a30490adcd76d79c4d62bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 10:33:35 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.13.3 to 0.13.4 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.3 to 0.13.4. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- act-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1ec6dd..b7dd9bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2722,9 +2722,9 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "reqwest" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64", "bytes", diff --git a/act-cli/Cargo.toml b/act-cli/Cargo.toml index e0313b4..61c0e90 100644 --- a/act-cli/Cargo.toml +++ b/act-cli/Cargo.toml @@ -38,7 +38,7 @@ dirs = "6" futures-util = "0.3" indicatif = "0.18.4" regex = "1" -reqwest = { version = "0.13.3", default-features = false, features = ["rustls", "stream", "http2"] } +reqwest = { version = "0.13.4", default-features = false, features = ["rustls", "stream", "http2"] } oci-client = "0.17" sha2 = "0.11.0" tar = "0.4"