From fa5907694070a39d46b4291b3b3156c5614e2360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:36:53 +0000 Subject: [PATCH] build(deps): bump ureq from 3.1.4 to 3.2.0 Bumps [ureq](https://github.com/algesten/ureq) from 3.1.4 to 3.2.0. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/compare/3.1.4...3.2.0) --- updated-dependencies: - dependency-name: ureq dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88cc99d..48eb5e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1150,9 +1150,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "ureq" -version = "3.1.4" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a" +checksum = "fdc97a28575b85cfedf2a7e7d3cc64b3e11bd8ac766666318003abbacc7a21fc" dependencies = [ "base64", "cookie_store", diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 2233526..4972516 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -20,7 +20,7 @@ quote = "1.0.44" serde = { version = "1.0.228", features = ["derive"] } syn = { version = "2.0.114", features = ["full", "proc-macro"] } thiserror = "2.0.18" -ureq = { version = "3.1.4", features = ["json"] } +ureq = { version = "3.2.0", features = ["json"] } [dev-dependencies] mockito = "1.7.1"