From 26dfe6dcdbdf7a75ecc630eda425b1c0afbe9301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:16:50 +0000 Subject: [PATCH] build(deps): bump ureq from 3.1.1 to 3.1.2 Bumps [ureq](https://github.com/algesten/ureq) from 3.1.1 to 3.1.2. - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/compare/3.1.1...3.1.2) --- updated-dependencies: - dependency-name: ureq dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/sbv2_core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f810b46..97da8a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2996,9 +2996,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "ureq" -version = "3.1.1" +version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9504c6ba73daec8a6541440ab9fb64f97320251582292265420e5587559c9095" +checksum = "99ba1025f18a4a3fc3e9b48c868e9beb4f24f4b4b1a325bada26bd4119f46537" dependencies = [ "base64 0.22.1", "der", diff --git a/crates/sbv2_core/Cargo.toml b/crates/sbv2_core/Cargo.toml index 5a01f35..49d7ff1 100644 --- a/crates/sbv2_core/Cargo.toml +++ b/crates/sbv2_core/Cargo.toml @@ -44,4 +44,4 @@ base64 = ["dep:base64"] [build-dependencies] dirs = "6.0.0" -ureq = "3.1.1" +ureq = "3.1.2"