mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 18:58:31 +00:00
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:
parent
d1f6f1c184
commit
bf1b801d3c
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue