diff --git a/Cargo.lock b/Cargo.lock index 2aedb848d..12a03dac1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,9 +672,9 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "ropey" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f3ef16589fdbb3e8fbce3dca944c08e61f39c7f16064b21a257d68ea911a83" +checksum = "e4b1996ad82fb6b8ac0711329432d80aa1ad5d70a0fe6edd1a9cf6fd2375fbb2" dependencies = [ "smallvec", ] diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index f8e15bd77..0f532f5bb 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -14,7 +14,7 @@ embed_runtime = ["rust-embed"] [dependencies] helix-syntax = { path = "../helix-syntax" } -ropey = "1.2" +ropey = "1.3" smallvec = "1.4" tendril = "0.4.2" unicode-segmentation = "1.7.1"