From 41ffd95fbd7c84f44c2c5b2892cf3f89ef1173c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:50:04 +0000 Subject: [PATCH] Bump tauri-plugin-http from 2.0.0-beta.12 to 2.0.0-rc.0 in /src-tauri Bumps [tauri-plugin-http](https://github.com/tauri-apps/plugins-workspace) from 2.0.0-beta.12 to 2.0.0-rc.0. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0-beta.12...os-v2.0.0-rc.0) --- updated-dependencies: - dependency-name: tauri-plugin-http 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 a3a91127..e8aa54a7 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4248,9 +4248,9 @@ dependencies = [ [[package]] name = "tauri-plugin-http" -version = "2.0.0-beta.12" +version = "2.0.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b804bdf8fcb469951380221001c4037528df9b75e15b179f78710c7db906017" +checksum = "1eef17218eaa8bd0fc6cafb7831c63d82ef83b3950d59dc817d92d5320c4f20c" dependencies = [ "data-url", "http 1.1.0", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a6aaf626..1f675a2a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -21,7 +21,7 @@ tauri = { version = "2.0.0-beta", features = [] } tauri-plugin-log = { version = "2.0.0-rc.1" } tauri-plugin-fs = { version = "2.0.0-rc.0" } -tauri-plugin-http = "2.0.0-beta.12" +tauri-plugin-http = "2.0.0-rc.0" tauri-plugin-os = { version = "2.0.0-beta.8" } tauri-plugin-process = { version = "2.0.0-rc.1" } dirs-next = "2.0.0"