From f8a011e7c3859b10a9b1e5c6ae7fc1eb6dbfa35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:05:03 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.13.2 to 0.13.3 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.2 to 0.13.3. - [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.2...v0.13.3) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- crates/gitea-client/Cargo.toml | 2 +- crates/harbor-client/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1313b7..d09be9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ "k8s-openapi", "kube", "octocrab", - "reqwest 0.13.2", + "reqwest 0.13.3", "serde", "serde_json", "serde_yml", @@ -1199,7 +1199,7 @@ name = "gitea-client" version = "0.1.0" dependencies = [ "chrono", - "reqwest 0.13.2", + "reqwest 0.13.3", "serde", "serde_json", "thiserror 2.0.18", @@ -1233,7 +1233,7 @@ name = "harbor-client" version = "0.1.0" dependencies = [ "chrono", - "reqwest 0.13.2", + "reqwest 0.13.3", "serde", "serde_json", "thiserror 2.0.18", @@ -2672,9 +2672,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" +checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3c136f6..c69823f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] } k8s-openapi = { version = "0.27", default-features = false, features = ["latest"] } kube = { version = "3", default-features = false, features = ["runtime", "derive", "rustls-tls"] } octocrab = "0.49.7" -reqwest = { version = "0.13.2", default-features = false, features = ["json", "stream"] } +reqwest = { version = "0.13.3", default-features = false, features = ["json", "stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" serde_yml = "0.0.12" diff --git a/crates/gitea-client/Cargo.toml b/crates/gitea-client/Cargo.toml index 30b3034..5217fa9 100644 --- a/crates/gitea-client/Cargo.toml +++ b/crates/gitea-client/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] chrono = { version = "0.4.44", features = ["serde"] } -reqwest = { version = "0.13.2", default-features = false, features = ["json"] } +reqwest = { version = "0.13.3", default-features = false, features = ["json"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" diff --git a/crates/harbor-client/Cargo.toml b/crates/harbor-client/Cargo.toml index ed9638e..a96cac1 100644 --- a/crates/harbor-client/Cargo.toml +++ b/crates/harbor-client/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] chrono = { version = "0.4.44", features = ["serde"] } -reqwest = { version = "0.13.2", default-features = false, features = ["json"] } +reqwest = { version = "0.13.3", default-features = false, features = ["json"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18"