From 3c235c890a101e67e829fee292db1444a752f72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 19:40:19 +0000 Subject: [PATCH] Bump winnow from 0.5.19 to 0.5.39 in /src/wasm-lib (#1380) Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.5.19 to 0.5.39. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.19...v0.5.39) --- updated-dependencies: - dependency-name: winnow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/wasm-lib/Cargo.lock | 4 ++-- src/wasm-lib/kcl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index b776c6cf5..10ddac790 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -5289,9 +5289,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.19" +version = "0.5.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b" +checksum = "5389a154b01683d28c77f8f68f49dea75f0a4da32557a58f68ee51ebba472d29" dependencies = [ "memchr", ] diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 2d6dfc009..17cb00acf 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0.108" thiserror = "1.0.57" ts-rs = { version = "7.1.1", features = ["uuid-impl"] } uuid = { version = "1.6.1", features = ["v4", "js", "serde"] } -winnow = "0.5.18" +winnow = "0.5.39" [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = { version = "0.3.68" }