From 99212992cf7ae03535f135e0db13d869921f1ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:48:59 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.13.2 to 0.13.3 in /cli 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] --- cli/Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 391bf0fd..ad6fb4e9 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -412,7 +412,7 @@ dependencies = [ "postgrest", "rand 0.10.1", "regex", - "reqwest 0.13.2", + "reqwest 0.13.3", "rpassword", "serde", "serde_json", @@ -1896,9 +1896,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 0.22.1", "bytes", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 28bf1698..708f07e7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -14,7 +14,7 @@ futures = "0.3.32" postgrest = "1.6.0" rand = "0.10.1" regex = "1.12.3" -reqwest = { version = "0.13.2", features = ["json", "native-tls-vendored"] } +reqwest = { version = "0.13.3", features = ["json", "native-tls-vendored"] } rpassword = "7.4.0" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149"