mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-29 17:28:26 +00:00
Update crates
This commit is contained in:
parent
6e1d213c93
commit
f75398c772
12
src-tauri/Cargo.lock
generated
12
src-tauri/Cargo.lock
generated
|
@ -2718,7 +2718,7 @@ dependencies = [
|
|||
"thiserror",
|
||||
"tokio",
|
||||
"url",
|
||||
"uuid 1.0.0",
|
||||
"uuid 1.1.0",
|
||||
"webkit2gtk",
|
||||
"webview2-com",
|
||||
"windows 0.37.0",
|
||||
|
@ -2757,7 +2757,7 @@ dependencies = [
|
|||
"sha2",
|
||||
"tauri-utils",
|
||||
"thiserror",
|
||||
"uuid 1.0.0",
|
||||
"uuid 1.1.0",
|
||||
"walkdir",
|
||||
]
|
||||
|
||||
|
@ -2789,7 +2789,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"tauri-utils",
|
||||
"thiserror",
|
||||
"uuid 1.0.0",
|
||||
"uuid 1.1.0",
|
||||
"webview2-com",
|
||||
"windows 0.37.0",
|
||||
]
|
||||
|
@ -2806,7 +2806,7 @@ dependencies = [
|
|||
"rand 0.8.5",
|
||||
"tauri-runtime",
|
||||
"tauri-utils",
|
||||
"uuid 1.0.0",
|
||||
"uuid 1.1.0",
|
||||
"webkit2gtk",
|
||||
"webview2-com",
|
||||
"windows 0.37.0",
|
||||
|
@ -3082,9 +3082,9 @@ checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0"
|
||||
checksum = "93bbc61e655a4833cf400d0d15bf3649313422fa7572886ad6dab16d79886365"
|
||||
dependencies = [
|
||||
"getrandom 0.2.6",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue