From 23be846522c2e58c58c302550fd23080f44aa53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:42:35 +0000 Subject: [PATCH] build(deps): bump titlecase from 2.2.1 to 3.0.0 Bumps [titlecase](https://github.com/wezm/titlecase) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/wezm/titlecase/releases) - [Changelog](https://github.com/wezm/titlecase/blob/master/Changelog.md) - [Commits](https://github.com/wezm/titlecase/compare/2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: titlecase dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++---------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 170f2fabc..2f948d2c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2504,12 +2504,6 @@ dependencies = [ "libc", ] -[[package]] -name = "joinery" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72167d68f5fce3b8655487b8038691a3c9984ee769590f93f2a631f4ad64e4f5" - [[package]] name = "jql-parser" version = "7.1.6" @@ -5601,12 +5595,10 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "titlecase" -version = "2.2.1" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38397a8cdb017cfeb48bf6c154d6de975ac69ffeed35980fde199d2ee0842042" +checksum = "bb3223c7b6ee54ec8521af7b060ad616cb90a66d0b94d05af340de30cf02c514" dependencies = [ - "joinery", - "lazy_static", "regex", ] diff --git a/Cargo.toml b/Cargo.toml index 0f412946a..fe02932ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -215,7 +215,7 @@ tabwriter = "1.4" tempfile = "3" thousands = { version = "0.2", optional = true } threadpool = "1.8" -titlecase = { version = "2", optional = true } +titlecase = { version = "3", optional = true } tokio = { version = "1", features = ["rt-multi-thread"] } uuid = { version = "1", features = ["v4"] } url = "2.5"