From fbbc80354bd1e7819693b279a428da965d29b835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:40:34 +0000 Subject: [PATCH] Update Rust crate similar to 2.3 --- Cargo.lock | 4 ++-- crates/ditto-fmt/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89b962336..8e686a33c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2510,9 +2510,9 @@ dependencies = [ [[package]] name = "similar" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803" +checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597" dependencies = [ "bstr", "unicode-segmentation", diff --git a/crates/ditto-fmt/Cargo.toml b/crates/ditto-fmt/Cargo.toml index 6d08ae96c..593921853 100644 --- a/crates/ditto-fmt/Cargo.toml +++ b/crates/ditto-fmt/Cargo.toml @@ -10,7 +10,7 @@ doctest = false [dependencies] ditto-cst = { path = "../ditto-cst" } dprint-core = "0.60" -similar = "2.2" +similar = "2.3" [dev-dependencies] similar-asserts = "1.4"