update dependencies and default launch options
This commit is contained in:
26
src-tauri/Cargo.lock
generated
26
src-tauri/Cargo.lock
generated
@@ -12,6 +12,7 @@ dependencies = [
|
||||
"futures-util",
|
||||
"gfxinfo",
|
||||
"log",
|
||||
"md5",
|
||||
"notify",
|
||||
"regex",
|
||||
"reqwest",
|
||||
@@ -39,7 +40,7 @@ dependencies = [
|
||||
"tokio",
|
||||
"url",
|
||||
"walkdir",
|
||||
"window-vibrancy",
|
||||
"window-vibrancy 0.7.1",
|
||||
"winreg 0.55.0",
|
||||
]
|
||||
|
||||
@@ -2692,6 +2693,12 @@ version = "0.1.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
||||
|
||||
[[package]]
|
||||
name = "md5"
|
||||
version = "0.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
||||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
version = "2.7.6"
|
||||
@@ -5037,7 +5044,7 @@ dependencies = [
|
||||
"url",
|
||||
"webkit2gtk",
|
||||
"webview2-com",
|
||||
"window-vibrancy",
|
||||
"window-vibrancy 0.6.0",
|
||||
"windows 0.61.3",
|
||||
]
|
||||
|
||||
@@ -6535,6 +6542,21 @@ dependencies = [
|
||||
"windows-version",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "window-vibrancy"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "010797bd7c40396fbc59d3105089fed0885fe267a0ef4a0a4646df54e28647f6"
|
||||
dependencies = [
|
||||
"objc2 0.6.3",
|
||||
"objc2-app-kit",
|
||||
"objc2-core-foundation",
|
||||
"objc2-foundation 0.3.2",
|
||||
"raw-window-handle",
|
||||
"windows-sys 0.60.2",
|
||||
"windows-version",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows"
|
||||
version = "0.52.0"
|
||||
|
||||
Reference in New Issue
Block a user