From 8d785f8899f71cb69fbd777ac7fbbf26b9c62fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:27:40 +0000 Subject: [PATCH] chore(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. - [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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0049b97..05bb62f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2421,9 +2421,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[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/Cargo.toml b/Cargo.toml index 0bd61db..fbd2cb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ sqlx = {version = "0.8.6", features = ["runtime-tokio-rustls", "uuid", "chrono"] axum = { version = "0.8.9", features = ["macros"]} axum-extra = { version = "0.12.5", features = ["typed-header"] } tower = { version = "0.5.2", features = ["util"] } -reqwest = { version="0.13.2", features= ["json"]} +reqwest = { version="0.13.3", features= ["json"]} http-body-util = "0.1.0" serde = { version = "1", features = ["derive"] } tracing = "0.1.40"