From a25a7d2f7fed8eb6cccafbcb8ff7fffafc13d973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:58:21 +0000 Subject: build(deps): update rust crate strsim to 0.11.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c44668b9c..713883410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2981,9 +2981,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 = "syn" diff --git a/Cargo.toml b/Cargo.toml index 6ea34e4f9..96a70323b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ shadow-rs = { version = "0.27.1", default-features = false } # battery is optional (on by default) because the crate doesn't currently build for Termux # see: https://github.com/svartalf/rust-battery/issues/33 starship-battery = { version = "0.8.2", optional = true } -strsim = "0.11.0" +strsim = "0.11.1" systemstat = "=0.2.3" terminal_size = "0.3.0" toml = { version = "0.8.12", features = ["preserve_order"] } -- cgit v1.2.3