Update crates

This commit is contained in:
Krishan
2022-05-25 14:51:06 +05:30
parent 6e1d213c93
commit f75398c772

12
src-tauri/Cargo.lock generated
View File

@@ -2718,7 +2718,7 @@ dependencies = [
"thiserror", "thiserror",
"tokio", "tokio",
"url", "url",
"uuid 1.0.0", "uuid 1.1.0",
"webkit2gtk", "webkit2gtk",
"webview2-com", "webview2-com",
"windows 0.37.0", "windows 0.37.0",
@@ -2757,7 +2757,7 @@ dependencies = [
"sha2", "sha2",
"tauri-utils", "tauri-utils",
"thiserror", "thiserror",
"uuid 1.0.0", "uuid 1.1.0",
"walkdir", "walkdir",
] ]
@@ -2789,7 +2789,7 @@ dependencies = [
"serde_json", "serde_json",
"tauri-utils", "tauri-utils",
"thiserror", "thiserror",
"uuid 1.0.0", "uuid 1.1.0",
"webview2-com", "webview2-com",
"windows 0.37.0", "windows 0.37.0",
] ]
@@ -2806,7 +2806,7 @@ dependencies = [
"rand 0.8.5", "rand 0.8.5",
"tauri-runtime", "tauri-runtime",
"tauri-utils", "tauri-utils",
"uuid 1.0.0", "uuid 1.1.0",
"webkit2gtk", "webkit2gtk",
"webview2-com", "webview2-com",
"windows 0.37.0", "windows 0.37.0",
@@ -3082,9 +3082,9 @@ checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.0.0" version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0" checksum = "93bbc61e655a4833cf400d0d15bf3649313422fa7572886ad6dab16d79886365"
dependencies = [ dependencies = [
"getrandom 0.2.6", "getrandom 0.2.6",
] ]