From e593dc69b5ffae6093972919de13478e194c79fa Mon Sep 17 00:00:00 2001 From: Kevin Hui Date: Thu, 21 Mar 2024 15:19:09 -0700 Subject: [PATCH] Add snphost binary to fbsource Summary: Adds the `snphost` [repo from VirTEE](https://crates.io/crates/snphost), which will replace the `sev-guest` host binaries that are being deprecated. Later diffs will actually integrate these binaries into our existing workflow. Reviewed By: henrywang8atfbdotcom Differential Revision: D51869681 fbshipit-source-id: 086ba77f6206a6ec6481d6391e6fa8efe81d7883 --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3df77d73..4bbf8338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,9 +378,9 @@ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "env_logger" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" dependencies = [ "humantime", "is-terminal", @@ -711,9 +711,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.151" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libgit2-sys"