From b0522239e750d86432ab53e32aeb1fde99474239 Mon Sep 17 00:00:00 2001 From: BenoƮt CORTIER Date: Fri, 18 Jun 2021 08:55:34 -0400 Subject: Update ropey dependency to 1.3 --- Cargo.lock | 4 ++-- helix-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2aedb848..12a03dac 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 f8e15bd7..0f532f5b 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" -- cgit v1.2.3-70-g09d2