summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-12 05:39:57 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-12 05:49:32 +0000
commit6f38bd8bc72da67a18a29da5dec821b5e3b1d34e (patch)
treed9bb00efabf98dfd569812fd97074441840a998d /Cargo.lock
parentfe030c2064e20f1359ab4844d3b3472a1ed1f6b6 (diff)
build(deps): bump sys-info from 0.8.0 to 0.9.0
Bumps [sys-info](https://github.com/FillZpp/sys-info-rs) from 0.8.0 to 0.9.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) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 993ede40c..c31892470 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1763,9 +1763,9 @@ dependencies = [
[[package]]
name = "sys-info"
-version = "0.8.0"
+version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f3e7ba888a12ddcf0084e36ae4609b055845f38022d1946b67356fbc27d5795"
+checksum = "33fcecee49339531cf6bd84ecf3ed94f9c8ef4a7e700f2a1cac9cc1ca485383a"
dependencies = [
"cc",
"libc",