From 87a6321a3e157af67b343599d7ad40dba52e9e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 20:12:57 +0000 Subject: [PATCH] Bump titlecase from 2.2.1 to 3.0.0 (#1072) --- Cargo.lock | 12 ++---------- crates/citeproc/Cargo.toml | 2 +- crates/symbols/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33f8036f..69478750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,12 +786,6 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" -[[package]] -name = "joinery" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72167d68f5fce3b8655487b8038691a3c9984ee769590f93f2a631f4ad64e4f5" - [[package]] name = "js-sys" version = "0.3.64" @@ -1604,12 +1598,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/crates/citeproc/Cargo.toml b/crates/citeproc/Cargo.toml index bfc24fc8..ffa0058b 100644 --- a/crates/citeproc/Cargo.toml +++ b/crates/citeproc/Cargo.toml @@ -14,7 +14,7 @@ itertools = "0.12.0" rowan = "0.15.15" rustc-hash = "1.1.0" syntax = { path = "../syntax" } -titlecase = "2.2.1" +titlecase = "3.0.0" unicode-normalization = "0.1.23" url = "2.5.0" diff --git a/crates/symbols/Cargo.toml b/crates/symbols/Cargo.toml index 07c809a4..ce2ef1a2 100644 --- a/crates/symbols/Cargo.toml +++ b/crates/symbols/Cargo.toml @@ -16,7 +16,7 @@ itertools = "0.12.0" line-index = { path = "../line-index" } rowan = "0.15.15" syntax = { path = "../syntax" } -titlecase = "2.2.1" +titlecase = "3.0.0" url = "2.5.0" [dev-dependencies]