mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-25 12:56:30 +00:00
deps: bump sysinfo to 0.38.4 (#2004)
Updates sysinfo to pin it to 0.38.4 from 0.38.0. Changelog can be found at https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md#0384.
This commit is contained in:
Generated
+2
-2
@@ -1917,9 +1917,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.38.0"
|
||||
version = "0.38.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fe840c5b1afe259a5657392a4dbb74473a14c8db999c3ec2f4ae812e028a94da"
|
||||
checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"memchr",
|
||||
|
||||
+1
-1
@@ -92,7 +92,7 @@ regex = "1.12.3"
|
||||
rustc-hash = "2.1.1"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
starship-battery = { version = "0.10.3", optional = true }
|
||||
sysinfo = "=0.38.0"
|
||||
sysinfo = "=0.38.4"
|
||||
timeless = "0.0.14-alpha"
|
||||
toml_edit = { version = "0.24.0", features = ["serde"] }
|
||||
tui = { version = "0.30.0", package = "ratatui", features = [
|
||||
|
||||
Reference in New Issue
Block a user