diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 59ebc20ee..0d175108a 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -4609,9 +4609,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.20" +version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" +checksum = "39281189af81c07ec09db316b302a3e67bf9bd7cbf6c820b50e35fee9c2fa980" dependencies = [ "memchr", ] diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 0050b39eb..bd2ccfc53 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -73,7 +73,7 @@ urlencoding = "2.1.3" uuid = { version = "1.11.0", features = ["v4", "js", "serde"] } validator = { version = "0.19.0", features = ["derive"] } web-time = "1.1" -winnow = "0.6.18" +winnow = "0.6.22" zip = { version = "2.2.2", default-features = false } [target.'cfg(target_arch = "wasm32")'.dependencies]