mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 02:12:38 +01:00
Bump tauri-plugin-single-instance in /src-tauri
Bumps tauri-plugin-single-instance from 2.0.0-beta.4 to 2.0.0-beta.5. --- updated-dependencies: - dependency-name: tauri-plugin-single-instance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
aa2589421c
commit
1654aa27af
4
src-tauri/Cargo.lock
generated
4
src-tauri/Cargo.lock
generated
@ -4272,9 +4272,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin-single-instance"
|
||||
version = "2.0.0-beta.4"
|
||||
version = "2.0.0-beta.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "391de079666b74089122099746e9ada7394a109831e3f97648470d40427b59f7"
|
||||
checksum = "9af2a40ca0bf696a6d8bd798d1f66c5009c2b82c9f6463ba04e87fec98f7ff3a"
|
||||
dependencies = [
|
||||
"log",
|
||||
"serde",
|
||||
|
@ -32,7 +32,7 @@ log = "0.4.20"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tauri-plugin-notification = "2.0.0-beta"
|
||||
tauri-plugin-single-instance = "2.0.0-beta"
|
||||
tauri-plugin-single-instance = "2.0.0-beta.5"
|
||||
tauri-plugin-autostart = "2.0.0-beta.4"
|
||||
|
||||
[features]
|
||||
|
Loading…
Reference in New Issue
Block a user