From 3ed28178fd88047f08112073e8cc6d1bc85b957e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:23:40 +0000 Subject: [PATCH] build(deps): bump strsim from 0.10.0 to 0.11.0 Bumps [strsim](https://github.com/rapidfuzz/strsim-rs) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/rapidfuzz/strsim-rs/releases) - [Changelog](https://github.com/rapidfuzz/strsim-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rapidfuzz/strsim-rs/compare/0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: strsim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91468603..818c9308 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ dependencies = [ "anstream", "anstyle", "clap_lex", - "strsim", + "strsim 0.10.0", "terminal_size", ] @@ -1187,7 +1187,7 @@ dependencies = [ "nom", "serde", "serde_json", - "strsim", + "strsim 0.11.0", "tar", "tempfile", "termcolor", @@ -1201,6 +1201,12 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +[[package]] +name = "strsim" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" + [[package]] name = "syn" version = "2.0.48" diff --git a/Cargo.toml b/Cargo.toml index 18f7ea3c..b9aa6dbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ is-terminal = "0.4" nom = { version = "7", default_features = false, features = ["std"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -strsim = "0.10" +strsim = "0.11" tar = "0.4" tempfile = "3" termcolor = "1.4"