diff options
author | dependabot[bot] | 2022-03-29 00:07:07 +0000 |
---|---|---|
committer | GitHub | 2022-03-29 00:07:07 +0000 |
commit | 3af0a7f3cb1707de0ba3d1d154f3f242cde572a0 (patch) | |
tree | 1d6a814e315d6285d492153446ad3047e95d9ce9 /helix-core | |
parent | b63b37d5a09ffb7e9703a046fbf42f668303e262 (diff) |
build(deps): bump smartstring from 1.0.0 to 1.0.1 (#1873)
Bumps [smartstring](https://github.com/bodil/smartstring) from 1.0.0 to 1.0.1.
- [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/v1.0.0...v1.0.1)
---
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 050bc8ab..6e019a42 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -18,7 +18,7 @@ helix-loader = { version = "0.6", path = "../helix-loader" } ropey = { version = "1.4", default-features = false } smallvec = "1.8" -smartstring = "1.0.0" +smartstring = "1.0.1" unicode-segmentation = "1.9" unicode-width = "0.1" unicode-general-category = "0.5" |