chore: update deps

This commit is contained in:
kolaente 2022-11-13 16:34:37 +01:00
parent ef85beb2b1
commit c22c2d9916
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 14 additions and 14 deletions

28
src-tauri/Cargo.lock generated
View File

@ -44,20 +44,6 @@ version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "app"
version = "0.1.0"
dependencies = [
"portpicker",
"serde",
"serde_json",
"tauri",
"tauri-build",
"thread",
"tokio",
"warp",
]
[[package]]
name = "atk"
version = "0.15.1"
@ -3482,6 +3468,20 @@ version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vikunja-desktop"
version = "0.21.0"
dependencies = [
"portpicker",
"serde",
"serde_json",
"tauri",
"tauri-build",
"thread",
"tokio",
"warp",
]
[[package]]
name = "walkdir"
version = "2.3.2"