Update Rust crate reqwest to v0.12.14 ()

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

<details>
<summary>seanmonstar/reqwest (reqwest)</summary>

### [`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 [@&#8203;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

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: 
Co-authored-by: Pierre HUBERT <pierre@noreply.localhost>
Co-committed-by: Pierre HUBERT <pierre@noreply.localhost>
This commit is contained in:
Pierre HUBERT 2025-03-28 15:43:39 +00:00 committed by Pierre HUBERT
parent 6da734d339
commit e42f9504ff

4
Cargo.lock generated

@ -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",