From e581c1941897e28abe07b969143bb9ddb7306350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:28:52 +0000 Subject: [PATCH] Bump sys-info from 0.6.1 to 0.8.0 Bumps [sys-info](https://github.com/FillZpp/sys-info-rs) from 0.6.1 to 0.8.0. - [Release notes](https://github.com/FillZpp/sys-info-rs/releases) - [Changelog](https://github.com/FillZpp/sys-info-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/FillZpp/sys-info-rs/commits) --- updated-dependencies: - dependency-name: sys-info dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/compile/Cargo.toml | 2 +- crates/runtime/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d852971..5de24b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,9 +1269,9 @@ dependencies = [ [[package]] name = "sys-info" -version = "0.6.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb0fb3fecc8cf6ffd2b75b19f0b1e56770fc8d370fed8bb82ce90e29014951c3" +checksum = "3f3e7ba888a12ddcf0084e36ae4609b055845f38022d1946b67356fbc27d5795" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3e9aa4d..bfc0868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ codespan-reporting = "0.9.2" lazy_static = "1.4.0" log = { features = ["std"], version = "0.4" } whoami = "1.1.2" -sys-info = "0.6.1" +sys-info = "0.8.0" pretty_dtoa = "0.1.0" parking_lot = "0.10.2" num = "0.2.1" diff --git a/crates/compile/Cargo.toml b/crates/compile/Cargo.toml index fc7e6a4..f26bd07 100644 --- a/crates/compile/Cargo.toml +++ b/crates/compile/Cargo.toml @@ -13,7 +13,7 @@ codespan = "0.9.3" codespan-reporting = "0.9.2" lazy_static = "1.4.0" log = { features = ["std"], version = "0.4" } -sys-info = "0.6.1" +sys-info = "0.8.0" dtoa = "0.4" parking_lot = "0.10.2" num = "0.2.1" diff --git a/crates/runtime/Cargo.toml b/crates/runtime/Cargo.toml index 44d946d..71a119e 100644 --- a/crates/runtime/Cargo.toml +++ b/crates/runtime/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" codespan = "0.9.3" codespan-reporting = "0.9.2" lazy_static = "1.4.0" -sys-info = "0.6.1" +sys-info = "0.8.0" whoami = "1.1.2" ouroboros = "0.15.0" parking_lot = "0.10.2"