From fadf9776b5577aef9da4c1b0ca4792a33f0a52b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:20:25 +0000 Subject: [PATCH] Bump convert_case from 0.4.0 to 0.6.0 Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.4.0 to 0.6.0. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- crates/cli/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 996da89b..736a0e54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,9 +435,12 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" +checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +dependencies = [ + "unicode-segmentation", +] [[package]] name = "core-foundation" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 94176bbe..bba6a10d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -27,7 +27,7 @@ wasi-common = { workspace = true } walrus = "0.20.1" swc_core = { version = "0.83.0", features = ["common_sourcemap", "ecma_ast", "ecma_parser"] } wit-parser = "0.11.3" -convert_case = "0.4.0" +convert_case = "0.6.0" [dev-dependencies] serde_json = "1.0"