summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-03 01:58:21 +0000
committerGitHub <noreply@github.com>2024-04-03 01:58:21 +0000
commita25a7d2f7fed8eb6cccafbcb8ff7fffafc13d973 (patch)
tree78972436c753d7a1590f5b40ead0f81fbb25939e
parent089d6d73cb860a99ec89ed2f48b8e0770845bc31 (diff)
build(deps): update rust crate strsim to 0.11.1
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
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"] }