diff options
author | dependabot[bot] | 2022-02-22 01:01:14 +0000 |
---|---|---|
committer | GitHub | 2022-02-22 01:01:14 +0000 |
commit | 77b1a4a768d7c443987e50921bb6466ca8f0d90a (patch) | |
tree | 6be69f94405c8287765ab92876bdfd127ac95d55 /helix-core | |
parent | 7d2a77e53c12cf039b9ef4a33226ecc2aa36104c (diff) |
build(deps): bump smartstring from 0.2.9 to 0.2.10 (#1692)
Bumps [smartstring](https://github.com/bodil/smartstring) from 0.2.9 to 0.2.10.
- [Release notes](https://github.com/bodil/smartstring/releases)
- [Changelog](https://github.com/bodil/smartstring/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bodil/smartstring/compare/v0.2.9...v0.2.10)
---
updated-dependencies:
- dependency-name: smartstring
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 7ff91cfd..07ad8c35 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -17,7 +17,7 @@ helix-syntax = { version = "0.6", path = "../helix-syntax" } ropey = "1.3" smallvec = "1.8" -smartstring = "0.2.9" +smartstring = "0.2.10" unicode-segmentation = "1.9" unicode-width = "0.1" unicode-general-category = "0.5" |