aboutsummaryrefslogtreecommitdiff
path: root/helix-core/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot]2022-03-01 00:38:44 +0000
committerGitHub2022-03-01 00:38:44 +0000
commit084682237167075dd77ec1bbbe827d3b6912c6a4 (patch)
tree262393ba29ead85fecf51b46835ad0c89801c30c /helix-core/Cargo.toml
parentf044059a2a44c65533aa4704fffd911476060c05 (diff)
build(deps): bump smartstring from 0.2.10 to 1.0.0 (#1722)
Bumps [smartstring](https://github.com/bodil/smartstring) from 0.2.10 to 1.0.0. - [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.10...v1.0.0) --- updated-dependencies: - dependency-name: smartstring dependency-type: direct:production update-type: version-update:semver-major ... 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/Cargo.toml')
-rw-r--r--helix-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 07ad8c35..2c6a5e3c 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.10"
+smartstring = "1.0.0"
unicode-segmentation = "1.9"
unicode-width = "0.1"
unicode-general-category = "0.5"