Update tauri Cargo.lock

This commit is contained in:
Adam Chalmers
2024-06-25 15:55:26 -05:00
parent e1bf55cc4a
commit af449ff6ca

31
src-tauri/Cargo.lock generated
View File

@ -405,12 +405,6 @@ dependencies = [
"system-deps",
]
[[package]]
name = "atomic"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
[[package]]
name = "atomic-waker"
version = "1.1.2"
@ -1146,6 +1140,20 @@ dependencies = [
"parking_lot_core 0.9.9",
]
[[package]]
name = "dashmap"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28"
dependencies = [
"cfg-if",
"crossbeam-utils",
"hashbrown 0.14.3",
"lock_api",
"once_cell",
"parking_lot_core 0.9.9",
]
[[package]]
name = "data-encoding"
version = "2.5.0"
@ -2568,7 +2576,7 @@ dependencies = [
[[package]]
name = "kcl-lib"
version = "0.1.65"
version = "0.1.67"
dependencies = [
"anyhow",
"approx",
@ -2578,7 +2586,7 @@ dependencies = [
"bson",
"chrono",
"clap",
"dashmap",
"dashmap 6.0.1",
"databake",
"derive-docs",
"form_urlencoded",
@ -5866,7 +5874,7 @@ dependencies = [
"async-trait",
"auto_impl",
"bytes",
"dashmap",
"dashmap 5.5.3",
"futures",
"httparse",
"lsp-types",
@ -6216,11 +6224,10 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
version = "1.8.0"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439"
dependencies = [
"atomic",
"getrandom 0.2.14",
"serde",
"wasm-bindgen",