From e42f9504ff3df0baaf3b034e8d1f3113b613a621 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 28 Mar 2025 15:43:39 +0000 Subject: [PATCH] Update Rust crate reqwest to v0.12.14 (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reqwest](https://github.com/seanmonstar/reqwest) | dependencies | patch | `0.12.13` -> `0.12.14` | --- ### Release Notes
seanmonstar/reqwest (reqwest) ### [`v0.12.14`](https://github.com/seanmonstar/reqwest/releases/tag/v0.12.14) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14) #### What's Changed - re-add fetch_mode_no_cors shim when not in wasm, but deprecated by [@​seanmonstar](https://github.com/seanmonstar) in https://github.com/seanmonstar/reqwest/pull/2598 **Full Changelog**: https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.communiquons.org/pierre/GrammalecteClient/pulls/75 Co-authored-by: Pierre HUBERT Co-committed-by: Pierre HUBERT --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92b632f..7e0a5bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1231,9 +1231,9 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reqwest" -version = "0.12.13" +version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389a89e494bbc88bebf30e23da98742c843863a16a352647716116aa71fae80a" +checksum = "989e327e510263980e231de548a33e63d34962d29ae61b467389a1a09627a254" dependencies = [ "base64", "bytes",