chore(deps): update rust crate tauri to v2.1.1 (#2495)
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions

This commit is contained in:
renovate[bot] 2024-11-20 11:21:57 +01:00 committed by GitHub
parent 7b632a36cc
commit 2cf6202e87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -3056,9 +3056,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]] [[package]]
name = "tauri" name = "tauri"
version = "2.1.0" version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c24f1ab82d336e09f5f1094a4d9227c99ac26cce263bfdf8136897cc6db6f1d0" checksum = "e545de0a2dfe296fa67db208266cd397c5a55ae782da77973ef4c4fac90e9f2c"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",

View File

@ -17,7 +17,7 @@ edition = "2021"
tauri-build = { version = "=2.0.3", features = [] } tauri-build = { version = "=2.0.3", features = [] }
[dependencies] [dependencies]
tauri = { version = "=2.1.0", features = [] } tauri = { version = "=2.1.1", features = [] }
[features] [features]
default = ["custom-protocol"] default = ["custom-protocol"]