From ecff437c4af730ecb45f2094d6c873b654d05feb Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 26 Nov 2024 10:46:56 -0800 Subject: [PATCH] Cargo.lock: upgrade p9 0.3.1 -> 0.3.2 Pull in a fix for the Android build (the Rust libc crate only declares a type named __fsid_t, but not the fsid_t alias, on bionic libc platforms). Change-Id: Ifef15bef292d78a681884a2dba692b226315b14d Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/6052092 Reviewed-by: Dennis Kempin Commit-Queue: Daniel Verkamp --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 407933dc04..477ee7e24f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2198,9 +2198,9 @@ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" [[package]] name = "p9" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b09a43527a7cd035ae25bfd59b2398ce57ea308700917b14a14ab5f4df5f6fc" +checksum = "0dc5b2b13cb6a9a5fcf7c668ebf2aef67e0d83d4451c1db95feb9fb0775874f0" dependencies = [ "libc", "p9_wire_format_derive",