From 317f25caf2b8b0d23a113ead59c3ea75602cd978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:25:19 +0000 Subject: [PATCH] build(deps): bump strsim from 0.11.0 to 0.11.1 Bumps [strsim](https://github.com/rapidfuzz/strsim-rs) from 0.11.0 to 0.11.1. - [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/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: strsim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0766344..f946b22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -834,9 +834,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strsim" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "supports-color" diff --git a/Cargo.toml b/Cargo.toml index 8ce0307..5b2cab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ owo-colors = { version = "4.0.0", features = ["supports-colors"] } serde = { version = "1.0.197", features = ["derive"] } shlex = "1.3.0" simd-json = "0.13.9" -strsim = "0.11.0" +strsim = "0.11.1" [dev-dependencies] trycmd = "0.15.1"