From b5e826976624f9a6abee0cf43469ee42e87cf3b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:22:03 +0000 Subject: [PATCH] Bump reqwest from 0.11.24 to 0.11.26 in /src-tauri Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.11.26. - [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.11.24...v0.11.26) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 16e1e9e..5874005 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2942,9 +2942,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.24" +version = "0.11.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" +checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" dependencies = [ "base64 0.21.7", "bytes", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cfd5a06..df8f4db 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -17,7 +17,7 @@ tauri-build = { version = "1.5", features = [] } tauri = { version = "1.5", features = [ "process-all", "os-all", "path-all", "fs-all", "notification-all", "shell-all", "dialog-all", "window-all", "devtools"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = "0.11.24" +reqwest = "0.11.26" tokio = { version = "1.36.0", features = ["full"] } base64 = "0.21.7" window-shadows = "0.2.2"