From e9a7c06643bd059be180b74574c249799fef9e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:03:26 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.12.23 to 0.12.24 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.23 to 0.12.24. - [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.23...v0.12.24) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 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 f325952..031e330 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3942,9 +3942,9 @@ checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" [[package]] name = "reqwest" -version = "0.12.23" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 451efe5..23ef509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ dioxus = { version = "0.7.0-rc.0", features = ["router"] } dioxus-sdk = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7", features = ["storage", "window"] } gloo-net = "0.6.0" gloo-timers = "0.3.0" -reqwest = { version = "0.12.23", features = ["json"] } +reqwest = { version = "0.12.24", features = ["json"] } serde = "1.0.226" serde_json = "1.0.145" syntect = { version = "5.2.0", default-features = false, features = ["default-fancy"] }