From 0701e171e25903d5c3914ef9f5ef00fe9860cf20 Mon Sep 17 00:00:00 2001 From: Georgina Kinge Date: Wed, 14 Dec 2022 15:26:47 +0000 Subject: [PATCH] agent: removing sysinfo during merge Removed the sysinfo that got left behind during merge Signed-off-by: Georgina Kinge --- src/agent/Cargo.lock | 24 ------------------------ src/agent/Cargo.toml | 1 - 2 files changed, 25 deletions(-) diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index 8b64c569b..9161cef23 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -2736,15 +2736,6 @@ dependencies = [ "minimal-lexical", ] -[[package]] -name = "ntapi" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" -dependencies = [ - "winapi", -] - [[package]] name = "num-bigint" version = "0.2.6" @@ -4730,21 +4721,6 @@ dependencies = [ "unicode-xid", ] -[[package]] -name = "sysinfo" -version = "0.23.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3977ec2e0520829be45c8a2df70db2bf364714d8a748316a10c3c35d4d2b01c9" -dependencies = [ - "cfg-if 1.0.0", - "core-foundation-sys", - "libc", - "ntapi", - "once_cell", - "rayon", - "winapi", -] - [[package]] name = "take_mut" version = "0.2.2" diff --git a/src/agent/Cargo.toml b/src/agent/Cargo.toml index 3792008de..87c1772c7 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -23,7 +23,6 @@ regex = "1.5.6" serial_test = "0.5.1" kata-sys-util = { path = "../libs/kata-sys-util" } kata-types = { path = "../libs/kata-types" } -sysinfo = "0.23.0" url = "2.2.2" # Async helpers