From 61446c1ba82c5b221a7292c9cc4129ee38e964c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:09:04 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.13.1 to 0.13.2 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.1 to 0.13.2. - [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.1...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2138643..9666206 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2398,9 +2398,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" +checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3787850..ec7472f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ clap_complete = { version = "4.5.65", features = ["unstable-dynamic"] } dirs = "6.0" humantime = "2.1" openssl = { version = "0.10.75", features = ["vendored"] } # vendor openssl to enable static builds -reqwest = { version = "0.13.1", features = ["blocking", "json", "cookies"] } +reqwest = { version = "0.13.2", features = ["blocking", "json", "cookies"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" tabled = "0.20.0"