From e8d90f171b2da115e568e5f55ca4f124d41e3550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 07:40:08 -0700 Subject: [PATCH] Bump clap from 4.5.15 to 4.5.16 in /src/wasm-lib (#3472) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.15 to 4.5.16. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.15...clap_complete-v4.5.16) --- updated-dependencies: - dependency-name: clap 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> Co-authored-by: Jess Frazelle --- src/wasm-lib/Cargo.lock | 4 ++-- src/wasm-lib/Cargo.toml | 2 +- src/wasm-lib/kcl/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wasm-lib/Cargo.lock b/src/wasm-lib/Cargo.lock index 8de7a5feb..8d33b6641 100644 --- a/src/wasm-lib/Cargo.lock +++ b/src/wasm-lib/Cargo.lock @@ -412,9 +412,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.15" +version = "4.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" +checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" dependencies = [ "clap_builder", "clap_derive", diff --git a/src/wasm-lib/Cargo.toml b/src/wasm-lib/Cargo.toml index dd0015ccf..765967098 100644 --- a/src/wasm-lib/Cargo.toml +++ b/src/wasm-lib/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] bson = { version = "2.11.0", features = ["uuid-1", "chrono"] } -clap = "4.5.15" +clap = "4.5.16" data-encoding = "2.6.0" gloo-utils = "0.2.0" kcl-lib = { path = "kcl" } diff --git a/src/wasm-lib/kcl/Cargo.toml b/src/wasm-lib/kcl/Cargo.toml index 77180a955..d32292f89 100644 --- a/src/wasm-lib/kcl/Cargo.toml +++ b/src/wasm-lib/kcl/Cargo.toml @@ -16,7 +16,7 @@ async-recursion = "1.1.1" async-trait = "0.1.81" base64 = "0.22.1" chrono = "0.4.38" -clap = { version = "4.5.15", default-features = false, optional = true } +clap = { version = "4.5.16", default-features = false, optional = true } convert_case = "0.6.0" dashmap = "6.0.1" databake = { version = "0.1.8", features = ["derive"] }