summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent089d6d73cb860a99ec89ed2f48b8e0770845bc31 (diff)
build(deps): update rust crate strsim to 0.11.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }