diff --git a/Cargo.lock b/Cargo.lock index c44668b9..71388341 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 6ea34e4f..96a70323 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"] }