From 28bf8aa22117479b526ed91f06142020e86d7912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 13:42:18 +0000 Subject: [PATCH] Bump sysinfo from 0.20.1 to 0.20.2 in /src/agent Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.20.1 to 0.20.2. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/agent/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index a0de953857..12dc72ba4b 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -2659,9 +2659,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.20.1" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4786f320388e6031aa78c68455553f4e3425deeeb40565fecba3d101c1faf21f" +checksum = "42ef9905d4f98c059046037078f070e66de0f5ac69e5bb63f6bf805b570b3b51" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys",