diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index c311f5852..528066562 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1913,12 +1913,6 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" -[[package]] -name = "minisign-verify" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881" - [[package]] name = "miniz_oxide" version = "0.6.2" @@ -3745,7 +3739,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bfe673cf125ef364d6f56b15e8ce7537d9ca7e4dae1cf6fbbdeed2e024db3d9" dependencies = [ "anyhow", - "base64 0.21.2", "bytes", "cocoa", "dirs-next", @@ -3759,7 +3752,6 @@ dependencies = [ "heck 0.4.1", "http", "ignore", - "minisign-verify", "objc", "once_cell", "open", @@ -3784,14 +3776,12 @@ dependencies = [ "tauri-utils", "tempfile", "thiserror", - "time", "tokio", "url", "uuid", "webkit2gtk", "webview2-com", "windows 0.39.0", - "zip", ] [[package]] @@ -5012,14 +5002,3 @@ checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" dependencies = [ "linked-hash-map", ] - -[[package]] -name = "zip" -version = "0.6.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" -dependencies = [ - "byteorder", - "crc32fast", - "crossbeam-utils", -] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c9e067685..97123f7e1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -20,7 +20,7 @@ kittycad = "0.2.42" oauth2 = "4.4.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tauri = { version = "1.5.2", features = [ "os-all", "dialog-all", "fs-all", "http-request", "path-all", "shell-open", "shell-open-api", "updater", "devtools"] } +tauri = { version = "1.5.2", features = [ "os-all", "dialog-all", "fs-all", "http-request", "path-all", "shell-open", "shell-open-api", "devtools"] } tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } tokio = { version = "1.34.0", features = ["time"] } toml = "0.8.2" diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 5f5e29006..4773d2f61 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -1426,7 +1426,7 @@ dependencies = [ [[package]] name = "kcl-lib" -version = "0.1.36" +version = "0.1.37" dependencies = [ "anyhow", "async-recursion", diff --git a/src/wasm-lib/kcl/src/parser/snapshots/kcl_lib__parser__parser_impl__snapshot_tests__ae.snap b/src/wasm-lib/kcl/src/parser/snapshots/kcl_lib__parser__parser_impl__snapshot_tests__ae.snap index d5e9bbbb7..78d521572 100644 --- a/src/wasm-lib/kcl/src/parser/snapshots/kcl_lib__parser__parser_impl__snapshot_tests__ae.snap +++ b/src/wasm-lib/kcl/src/parser/snapshots/kcl_lib__parser__parser_impl__snapshot_tests__ae.snap @@ -29,6 +29,7 @@ expression: actual "end": 49, "params": [ { + "type": "Parameter", "identifier": { "type": "Identifier", "start": 12, diff --git a/src/wasm-lib/kcl/src/parser/snapshots/kcl_lib__parser__parser_impl__snapshot_tests__av.snap b/src/wasm-lib/kcl/src/parser/snapshots/kcl_lib__parser__parser_impl__snapshot_tests__av.snap index ef747f2f9..cc6daf509 100644 --- a/src/wasm-lib/kcl/src/parser/snapshots/kcl_lib__parser__parser_impl__snapshot_tests__av.snap +++ b/src/wasm-lib/kcl/src/parser/snapshots/kcl_lib__parser__parser_impl__snapshot_tests__av.snap @@ -29,6 +29,7 @@ expression: actual "end": 49, "params": [ { + "type": "Parameter", "identifier": { "type": "Identifier", "start": 8,