From 60e5aa1ce5afc1e12854db87522a80a550953ec3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 15:13:15 +0000 Subject: [PATCH] build(deps): update rust crate strsim to 0.10.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79911e83e..bd7ac8da1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2912,9 +2912,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strsim" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +checksum = "ccbca6f34534eb78dbee83f6b2c9442fea7113f43d9e80ea320f0972ae5dc08d" [[package]] name = "syn" diff --git a/Cargo.toml b/Cargo.toml index 7e4576a66..6344afc45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ shadow-rs = { version = "0.26.0", 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.10.0" +strsim = "0.10.1" systemstat = "=0.2.3" terminal_size = "0.3.0" toml = { version = "0.8.8", features = ["preserve_order"] }