mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 02:12:38 +01:00
Bump tauri from 2.0.4 to 2.0.5 in /src-tauri
Bumps [tauri](https://github.com/tauri-apps/tauri) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v2.0.4...tauri-v2.0.5) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b0eb8878e1
commit
8232e66789
4
src-tauri/Cargo.lock
generated
4
src-tauri/Cargo.lock
generated
@ -3963,9 +3963,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||
|
||||
[[package]]
|
||||
name = "tauri"
|
||||
version = "2.0.4"
|
||||
version = "2.0.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "44438500b50708bfc1e6083844e135d1b516325aae58710dcd8fb67e050ae87c"
|
||||
checksum = "5ce2818e803ce3097987296623ed8c0d9f65ed93b4137ff9a83e168bdbf62932"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
|
@ -17,7 +17,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
tauri-build = { version = "2.0.1", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2.0.2", features = ["devtools", "tray-icon"] }
|
||||
tauri = { version = "2.0.5", features = ["devtools", "tray-icon"] }
|
||||
tauri-plugin-updater = "2.0.2"
|
||||
tauri-plugin-process = "2.0.1"
|
||||
tauri-plugin-log = "2.0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user