From a4552bece8a9606d16f16db9f55c0be5ee11ee25 Mon Sep 17 00:00:00 2001 From: Eric Long Date: Wed, 27 Nov 2024 20:09:36 +0800 Subject: [PATCH] Update pavao dependency (again) to fix RISC-V build Previously building on RISC-V was fixed in https://github.com/evilsocket/legba/pull/43. However the pavao version containing previous RISC-V changes also contains statvfs support, but it does not release with RISC-V support until it was added in https://github.com/veeso/pavao/pull/19 and released in v0.2.7. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17411a0..04527a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3339,9 +3339,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pavao" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ecdce3243348bae8f554fa19ac9362bff1de61d4c31249b10c38639b0087b6f" +checksum = "e3bc0f9e07a0ef53a1004f67e01bc2fbf877ea9835dce2947e27fc7ac77b44db" dependencies = [ "cfg_aliases 0.2.1", "lazy_static",