From a7bedc408ea9c8a71e12be411889da73c8d3ff29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 04:19:04 +0000 Subject: [PATCH] chore: bump ropey from 1.6.0 to 1.6.1 Bumps [ropey](https://github.com/cessen/ropey) from 1.6.0 to 1.6.1. - [Changelog](https://github.com/cessen/ropey/blob/master/CHANGELOG.md) - [Commits](https://github.com/cessen/ropey/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: ropey dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/lsp/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fee14aa1..66084bc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -659,9 +659,9 @@ checksum = "c3cbb081b9784b07cceb8824c8583f86db4814d172ab043f3c23f7dc600bf83d" [[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/crates/lsp/Cargo.toml b/crates/lsp/Cargo.toml index 17f645c3..82b4b642 100644 --- a/crates/lsp/Cargo.toml +++ b/crates/lsp/Cargo.toml @@ -22,7 +22,7 @@ glob = "0.3" lsp-server = "0.7" lsp-types = "0.94.1" regex = "1" -ropey = "1.5" +ropey = "1.6" thiserror = "1.0" serde = "1.0" serde_json = "1.0"