From 27973b6d438caff4facc55fda828042d8a9c6fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:34:38 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.12 to 0.13 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [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.12.0...v0.13.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/gateway-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gateway-rs/Cargo.toml b/crates/gateway-rs/Cargo.toml index 314df26..8f2fd4c 100644 --- a/crates/gateway-rs/Cargo.toml +++ b/crates/gateway-rs/Cargo.toml @@ -9,5 +9,5 @@ tokio = { version = "1.36.0", features = ["full"] } fastembed = "5.16.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } anyhow = "1.0"