Bump titlecase from 3.3.0 to 3.6.0

Bumps [titlecase](https://github.com/wezm/titlecase) from 3.3.0 to 3.6.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/v3.3.0...v3.6.0)

---
updated-dependencies:
- dependency-name: titlecase
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-09 01:16:51 +00:00 committed by GitHub
parent d1f6f1c184
commit bf1b801d3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1961,9 +1961,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "titlecase"
version = "3.3.0"
version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0e20e744fbec1913fa168f3ffbef64324bbcb152c6cda8394baa79fa5ec9142"
checksum = "eb567088a91d59b492520c8149e2be5ce10d5deb2d9a383f3378df3259679d40"
dependencies = [
"regex",
]

View file

@ -29,7 +29,7 @@ rustc-hash = "2.1.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tempfile = "3.19.1"
titlecase = "3.3.0"
titlecase = "3.6.0"
unicode-normalization = "0.1.24"
url = "2.5.4"