diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index e3feecdd6..59ebc20ee 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -4748,9 +4748,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.0" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494" +checksum = "ae9c1ea7b3a5e1f4b922ff856a129881167511563dc219869afe3787fc0c1a45" dependencies = [ "arbitrary", "crc32fast", @@ -4758,5 +4758,5 @@ dependencies = [ "displaydoc", "indexmap 2.7.0", "memchr", - "thiserror 1.0.68", + "thiserror 2.0.0", ] diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 5ffab261e..0050b39eb 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -74,7 +74,7 @@ uuid = { version = "1.11.0", features = ["v4", "js", "serde"] } validator = { version = "0.19.0", features = ["derive"] } web-time = "1.1" winnow = "0.6.18" -zip = { version = "2.0.0", default-features = false } +zip = { version = "2.2.2", default-features = false } [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = { version = "0.3.72" }