From 27eb1bc04afd0ee9cae46ebfb7eebb8dc61a8147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:17:01 +0000 Subject: [PATCH] Bump reqwest from 0.12.11 to 0.12.12 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.11 to 0.12.12. - [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.11...v0.12.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- core/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82a15c0..46562f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1202,7 +1202,7 @@ dependencies = [ "opencv", "rayon", "refinery", - "reqwest 0.12.11", + "reqwest 0.12.12", "rusqlite", "rust-faces", "sm_motion_photo", @@ -3803,9 +3803,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.11" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ "base64 0.22.1", "bytes", diff --git a/core/Cargo.toml b/core/Cargo.toml index 3f8da3a..6728dba 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -32,6 +32,6 @@ tracing = "0.1.41" walkdir = "2.5.0" opencv = {version = "0.93.5", default-features = false, features = ["clang-runtime", "objdetect", "imgcodecs", "dnn"]} itertools = "0.13.0" -reqwest = { version = "0.12.10", features = ["blocking"] } +reqwest = { version = "0.12.12", features = ["blocking"] } futures = "0.3.31"