aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock6
-rw-r--r--helix-core/Cargo.toml2
2 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 84218cd8..2d77aab6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1006,11 +1006,13 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
[[package]]
name = "smartstring"
-version = "1.0.0"
+version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ea958ad90cacc8ece7f238fde3671e1b350ee1741964edf2a22fd16f60224163"
+checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
dependencies = [
+ "autocfg",
"static_assertions",
+ "version_check",
]
[[package]]
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"