From f7f2f01775818e4f74e4b1aeeb3bd0f967461f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:25:42 +0000 Subject: [PATCH] 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 | 4 ++-- crates/api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c0c895..dd6b507 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1722,9 +1722,9 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[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/crates/api/Cargo.toml b/crates/api/Cargo.toml index c75462d..1984725 100644 --- a/crates/api/Cargo.toml +++ b/crates/api/Cargo.toml @@ -27,7 +27,7 @@ chrono = { version = "0.4.44", default-features = false, features = [ ] } facti-lib = { version = "0.2.1", path = "../lib" } mime_guess = { version = "2.0.5", optional = true } -reqwest = { version = "0.13.3", features = ["json", "multipart", "query"] } +reqwest = { version = "0.13.4", features = ["json", "multipart", "query"] } scraper = { version = "0.27.0", default-features = false, features = [ "errors" ] }