From c02e6e091afe6d2b82eb26c9426e12dfecba5d9d Mon Sep 17 00:00:00 2001 From: Shale Xiong Date: Wed, 3 Apr 2024 10:18:28 +0100 Subject: [PATCH] update cargo.lock --- workspaces/linux-host/Cargo.lock | 3 --- workspaces/linux-runtime/Cargo.lock | 2 +- workspaces/nitro-host/Cargo.lock | 3 --- workspaces/nitro-runtime/Cargo.lock | 2 +- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/workspaces/linux-host/Cargo.lock b/workspaces/linux-host/Cargo.lock index 9008e4cb9..fe8c96bd3 100644 --- a/workspaces/linux-host/Cargo.lock +++ b/workspaces/linux-host/Cargo.lock @@ -2303,9 +2303,6 @@ dependencies = [ "anyhow", "base64 0.13.1", "bincode", - "clap 4.3.19", - "data-encoding", - "env_logger 0.10.0", "err-derive", "hex", "io-utils", diff --git a/workspaces/linux-runtime/Cargo.lock b/workspaces/linux-runtime/Cargo.lock index 0b06ab6ad..ac0027db1 100644 --- a/workspaces/linux-runtime/Cargo.lock +++ b/workspaces/linux-runtime/Cargo.lock @@ -994,7 +994,7 @@ version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" dependencies = [ - "windows-sys", + "windows-sys 0.48.0", ] [[package]] diff --git a/workspaces/nitro-host/Cargo.lock b/workspaces/nitro-host/Cargo.lock index 23b9489d4..015ce29bd 100644 --- a/workspaces/nitro-host/Cargo.lock +++ b/workspaces/nitro-host/Cargo.lock @@ -2303,9 +2303,6 @@ dependencies = [ "anyhow", "base64 0.13.1", "bincode", - "clap 4.3.19", - "data-encoding", - "env_logger 0.10.0", "err-derive", "hex", "io-utils", diff --git a/workspaces/nitro-runtime/Cargo.lock b/workspaces/nitro-runtime/Cargo.lock index fbf1f4b51..1c125386b 100644 --- a/workspaces/nitro-runtime/Cargo.lock +++ b/workspaces/nitro-runtime/Cargo.lock @@ -912,7 +912,7 @@ version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" dependencies = [ - "windows-sys", + "windows-sys 0.48.0", ] [[package]]