From 9d67f9818e831bbb1a8fbb5314415a2a84dd8712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:30:48 +0100 Subject: [PATCH] Bump similar from 2.1.0 to 2.2.1 (#721) Bumps [similar](https://github.com/mitsuhiko/similar) from 2.1.0 to 2.2.1. - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/similar/compare/2.1.0...2.2.1) --- updated-dependencies: - dependency-name: similar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da24335a..b17b4e8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,9 +851,9 @@ dependencies = [ [[package]] name = "similar" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3" +checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index b16cf1f5..4cbade37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ num_cpus = "1.15.0" regex = "1.8.1" serde = "1.0.164" serde_json = "1.0.97" -similar = { version = "2.1.0", features = ["text", "inline", "serde"] } +similar = { version = "2.2.1", features = ["text", "inline", "serde"] } strum = { version = "0.25.0", features = ["derive"], optional = true } thiserror = "1.0.40" threadpool = "1.8.1"