diff options
author | dependabot[bot] | 2023-10-24 05:13:46 +0000 |
---|---|---|
committer | GitHub | 2023-10-24 05:13:46 +0000 |
commit | fef4d5321b5eb1b13ba996243c88eade98e951f9 (patch) | |
tree | a0e5227732a54a5caf19d28447af9e60293d3e19 | |
parent | 88bc52a57058941e8f56b298b179426023184ac3 (diff) |
build(deps): bump ropey from 1.6.0 to 1.6.1 (#8593)
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
@@ -1812,9 +1812,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "ropey" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53ce7a2c43a32e50d666e33c5a80251b31147bb4b49024bcab11fb6f20c671ed" +checksum = "93411e420bcd1a75ddd1dc3caf18c23155eda2c090631a85af21ba19e97093b5" dependencies = [ "smallvec", "str_indices", diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index fb489413..89185012 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -17,7 +17,7 @@ integration = [] [dependencies] helix-loader = { version = "0.6", path = "../helix-loader" } -ropey = { version = "1.6.0", default-features = false, features = ["simd"] } +ropey = { version = "1.6.1", default-features = false, features = ["simd"] } smallvec = "1.11" smartstring = "1.0.1" unicode-segmentation = "1.10" |