From aa4f4226f337a8f425dd564ca6e04d843d4ba614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:01:41 +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 | 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 11b12d0..d11e667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ "k8s-openapi", "kube", "octocrab", - "reqwest 0.13.3", + "reqwest 0.13.4", "serde", "serde_json", "serde_yml", @@ -1199,7 +1199,7 @@ name = "gitea-client" version = "0.1.0" dependencies = [ "chrono", - "reqwest 0.13.3", + "reqwest 0.13.4", "serde", "serde_json", "thiserror 2.0.18", @@ -1233,7 +1233,7 @@ name = "harbor-client" version = "0.1.0" dependencies = [ "chrono", - "reqwest 0.13.3", + "reqwest 0.13.4", "serde", "serde_json", "thiserror 2.0.18", @@ -2662,9 +2662,9 @@ dependencies = [ [[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/Cargo.toml b/Cargo.toml index 1102e0c..b016547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ jsonwebtoken = { version = "10.4.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.51.0" -reqwest = { version = "0.13.3", default-features = false, features = ["json", "stream"] } +reqwest = { version = "0.13.4", 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 5217fa9..9c13840 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.3", default-features = false, features = ["json"] } +reqwest = { version = "0.13.4", 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 a96cac1..e9aa684 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.3", default-features = false, features = ["json"] } +reqwest = { version = "0.13.4", default-features = false, features = ["json"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18"