mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
build(deps): update rust crate systemstat to v0.2.5
This commit is contained in:
Generated
+2
-2
@@ -3371,9 +3371,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "systemstat"
|
name = "systemstat"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "668a4db78b439df482c238f559e4ea869017f9e62ef0a059c8bfcd841a4df544"
|
checksum = "5021f5184d44b26fb184acd689671bbe1e4bbd24bbdaa6bc7ec383fad32d2033"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytesize",
|
"bytesize",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
|||||||
+1
-1
@@ -73,7 +73,7 @@ shadow-rs = { version = "1.2.0", default-features = false, features = ["build"]
|
|||||||
# see: https://github.com/svartalf/rust-battery/issues/33
|
# see: https://github.com/svartalf/rust-battery/issues/33
|
||||||
starship-battery = { version = "0.10.2", optional = true }
|
starship-battery = { version = "0.10.2", optional = true }
|
||||||
strsim = "0.11.1"
|
strsim = "0.11.1"
|
||||||
systemstat = "=0.2.4"
|
systemstat = "=0.2.5"
|
||||||
terminal_size = "0.4.2"
|
terminal_size = "0.4.2"
|
||||||
toml = { version = "0.9.2", features = ["preserve_order"] }
|
toml = { version = "0.9.2", features = ["preserve_order"] }
|
||||||
toml_edit = "0.23.1"
|
toml_edit = "0.23.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user