Merge branch 'master' into conditional-style

This commit is contained in:
Filip Bachul 2022-11-04 15:24:42 +01:00
commit 6f70dad200
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2854,9 +2854,9 @@ dependencies = [
[[package]]
name = "systemstat"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "795b3ce9d477f1e022df48a26626c1deff9ff6cadcf2b7d6cc782b13895c3d4c"
checksum = "ed5158fd55089515c923306476aaf3fa8ffc29a902561bf0017166a93218831c"
dependencies = [
"bytesize",
"lazy_static",

View File

@ -78,7 +78,7 @@ shadow-rs = { version = "0.17.1", default-features = false }
# see: https://github.com/svartalf/rust-battery/issues/33
starship-battery = { version = "0.7.9", optional = true }
strsim = "0.10.0"
systemstat = "=0.2.1"
systemstat = "=0.2.2"
terminal_size = "0.2.1"
toml = { version = "0.5.9", features = ["preserve_order"] }
toml_edit = "0.15.0"