From 8156e894201e76f596f79a803b339abcb1ab019f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 04:55:28 +0000 Subject: [PATCH] Bump winnow from 0.6.24 to 0.7.1 in /src/wasm-lib Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.6.24 to 0.7.1. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.6.24...v0.7.1) --- updated-dependencies: - dependency-name: winnow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/wasm-lib/Cargo.lock | 17 +++++++++++++---- src/wasm-lib/kcl/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 5b1c2ca355..6e967a57b7 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -1773,7 +1773,7 @@ dependencies = [ "wasm-bindgen-futures", "web-sys", "web-time", - "winnow", + "winnow 0.7.1", "zip", ] @@ -3862,7 +3862,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow", + "winnow 0.6.26", ] [[package]] @@ -4585,9 +4585,18 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.24" +version = "0.6.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" +checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28" +dependencies = [ + "memchr", +] + +[[package]] +name = "winnow" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f" dependencies = [ "memchr", ] diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 76983d4d40..1a959b2e57 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.22" +winnow = "0.7.1" zip = { version = "2.2.2", default-features = false } [target.'cfg(target_arch = "wasm32")'.dependencies]