From 9cd77032cceee8586de21e766f50cfd96b8a113b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 10:24:49 +0000 Subject: [PATCH] chore(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 | 6 +++--- ballista-cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c8b3767a..b9a175f67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,7 +1036,7 @@ dependencies = [ "percent-encoding", "prometheus-parse", "ratatui", - "reqwest 0.13.3", + "reqwest 0.13.4", "rustyline", "serde", "serde_json", @@ -5788,9 +5788,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 0.22.1", "bytes", diff --git a/ballista-cli/Cargo.toml b/ballista-cli/Cargo.toml index cdfe436b9..6873e1b62 100644 --- a/ballista-cli/Cargo.toml +++ b/ballista-cli/Cargo.toml @@ -43,7 +43,7 @@ mimalloc = { workspace = true } percent-encoding = { version = "2.3.2", optional = true } prometheus-parse = { version = "0.2", optional = true } ratatui = { version = "0.30.0", optional = true } -reqwest = { version = "0.13.3", features = ["json"], optional = true } +reqwest = { version = "0.13.4", features = ["json"], optional = true } rustyline = "17.0.1" serde = { version = "1", features = ["derive"], optional = true } serde_json = { version = "1", optional = true }