mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
Bump sysinfo from 0.26.4 to 0.27.7 (#7839)
This commit is contained in:
parent
bef397228f
commit
10e36c4233
4 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4998,9 +4998,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.26.4"
|
||||
version = "0.27.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7890fff842b8db56f2033ebee8f6efe1921475c3830c115995552914fb967580"
|
||||
checksum = "975fe381e0ecba475d4acff52466906d95b153a40324956552e027b2a9eaa89e"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"core-foundation-sys",
|
||||
|
|
|
@ -32,7 +32,7 @@ once_cell = "1.17.0"
|
|||
log = "0.4"
|
||||
miette = { version = "5.5.0", features = ["fancy-no-backtrace"] }
|
||||
percent-encoding = "2"
|
||||
sysinfo = "0.26.2"
|
||||
sysinfo = "0.27.7"
|
||||
thiserror = "1.0.31"
|
||||
|
||||
[features]
|
||||
|
|
|
@ -87,7 +87,7 @@ serde_yaml = "0.9.4"
|
|||
sha2 = "0.10.0"
|
||||
# Disable default features b/c the default features build Git (very slow to compile)
|
||||
shadow-rs = { version = "0.20.0", default-features = false }
|
||||
sysinfo = "0.26.2"
|
||||
sysinfo = "0.27.7"
|
||||
terminal_size = "0.2.1"
|
||||
thiserror = "1.0.31"
|
||||
titlecase = "2.0.0"
|
||||
|
|
|
@ -15,7 +15,7 @@ nu-utils = { path = "../nu-utils", version = "0.74.1" }
|
|||
|
||||
chrono = { version="0.4.23", features = ["std"], default-features = false }
|
||||
serde = {version = "1.0.143", default-features = false }
|
||||
sysinfo ="0.26.2"
|
||||
sysinfo ="0.27.7"
|
||||
|
||||
[features]
|
||||
plugin = []
|
||||
|
|
Loading…
Reference in a new issue