From 10e36c42332c9d8084ee19058cbd966aa6e41339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 03:09:15 +0000 Subject: [PATCH] Bump sysinfo from 0.26.4 to 0.27.7 (#7839) --- Cargo.lock | 4 ++-- crates/nu-cli/Cargo.toml | 2 +- crates/nu-command/Cargo.toml | 2 +- crates/nu-engine/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa2b0eff0..8f2d4da05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 48dce3d09..18836ef11 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -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] diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 0a1dda4d2..698b44639 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -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" diff --git a/crates/nu-engine/Cargo.toml b/crates/nu-engine/Cargo.toml index 7c668b2f2..70397e833 100644 --- a/crates/nu-engine/Cargo.toml +++ b/crates/nu-engine/Cargo.toml @@ -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 = []