From f6bf7ae753208ee17f63102e67ee4f4069af02fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:49:28 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.13.2 to 0.13.3 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.2 to 0.13.3. - [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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 Cargo.lock mode change 100755 => 100644 Cargo.toml diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index 9855136..104c374 --- a/Cargo.lock +++ b/Cargo.lock @@ -1290,9 +1290,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", "bytes", diff --git a/Cargo.toml b/Cargo.toml old mode 100755 new mode 100644 index c53b030..4e91433 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ napi = { version = "3.8.5", default-features = false, features = ["napi4", "serd napi-derive = { version = "3.5.4", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -reqwest = { version = "0.13.2", features = ["json", "cookies", "query"] } +reqwest = { version = "0.13.3", features = ["json", "cookies", "query"] } [build-dependencies] napi-build = { version = "2.3.1", optional = true }