1
0
mirror of https://github.com/lumehq/lume.git synced 2025-03-18 05:41:53 +01:00

chore: update deps

This commit is contained in:
reya 2024-07-31 13:03:27 +07:00
parent a5255fa503
commit 9b75a04f91
2 changed files with 37 additions and 4 deletions

39
src-tauri/Cargo.lock generated

@ -1375,6 +1375,19 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
[[package]]
name = "enigo"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "802e4b2ae123615659085369b453cba87c5562e46ed8050a909fee18a9bc3157"
dependencies = [
"core-graphics",
"libc",
"objc",
"pkg-config",
"windows 0.51.1",
]
[[package]]
name = "enumflags2"
version = "0.7.10"
@ -5459,17 +5472,18 @@ dependencies = [
[[package]]
name = "tauri-plugin-decorum"
version = "0.1.3"
source = "git+https://github.com/reyamir/tauri-plugin-decorum?branch=feat/tauri-v2#d19a643f8574c8f6ba9f5793672d7baaf05ba001"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413d2c0123553c93dde37556fc86c96cbb10c1eeae5694b38d2f88d553b2fc93"
dependencies = [
"anyhow",
"cocoa",
"enigo",
"objc",
"rand 0.8.5",
"serde",
"tauri",
"tauri-plugin",
"windows 0.56.0",
]
[[package]]
@ -6711,6 +6725,16 @@ dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows"
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
dependencies = [
"windows-core 0.51.1",
"windows-targets 0.48.5",
]
[[package]]
name = "windows"
version = "0.56.0"
@ -6731,6 +6755,15 @@ dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-core"
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-core"
version = "0.52.0"

@ -37,7 +37,7 @@ tauri-specta = { git = "https://github.com/reyamir/tauri-specta", branch = "feat
"typescript",
] }
tauri-plugin-theme = "0.4.1"
tauri-plugin-decorum = { git = "https://github.com/reyamir/tauri-plugin-decorum", branch = "feat/tauri-v2" }
tauri-plugin-decorum = "0.1.6"
specta = "^2.0.0-rc.12"
reqwest = "0.12.4"
url = "2.5.0"