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"