diff options
author | dependabot[bot] | 2022-02-01 03:24:23 +0000 |
---|---|---|
committer | GitHub | 2022-02-01 03:24:23 +0000 |
commit | 05aeeaca0bd24b79c963955a2a958c026e87cb02 (patch) | |
tree | 32041774f2a9582937c2c35a677a6423c404a82c | |
parent | 36b975c4ce2502391873a086b10b46941d295ee4 (diff) |
build(deps): bump unicode-general-category from 0.4.0 to 0.5.1 (#1609)
Bumps [unicode-general-category](https://github.com/yeslogic/unicode-general-category) from 0.4.0 to 0.5.1.
- [Release notes](https://github.com/yeslogic/unicode-general-category/releases)
- [Commits](https://github.com/yeslogic/unicode-general-category/compare/0.4.0...0.5.1)
---
updated-dependencies:
- dependency-name: unicode-general-category
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | helix-core/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1145,9 +1145,9 @@ checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" [[package]] name = "unicode-general-category" -version = "0.4.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07547e3ee45e28326cc23faac56d44f58f16ab23e413db526debce3b0bfd2742" +checksum = "1218098468b8085b19a2824104c70d976491d247ce194bbd9dc77181150cdfd6" [[package]] name = "unicode-normalization" diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 9056b1f6..999cb378 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -20,7 +20,7 @@ smallvec = "1.8" tendril = "0.4.2" unicode-segmentation = "1.8" unicode-width = "0.1" -unicode-general-category = "0.4" +unicode-general-category = "0.5" # slab = "0.4.2" slotmap = "1.0" tree-sitter = "0.20" |