From bdc4884fc5dcb50d78e521acfb2f613fb6588b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20H=C3=A5kansson?= Date: Wed, 22 Nov 2023 18:46:53 +0100 Subject: [PATCH] chore: Bump binary-install --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44218d4..a234e19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,14 +167,14 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "binary-install" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93bff426ff93f3610dd2b946f3eb8cb2d1285ca8682834d43be531a3f93db2ff" +checksum = "14b70334640bc6d31ddbfa1c2d4687c8e593e0486bd343c9595fe090272c9c1f" dependencies = [ "anyhow", "dirs-next", "flate2", - "fs2", + "fs4", "hex", "is_executable", "siphasher", @@ -590,13 +590,13 @@ dependencies = [ ] [[package]] -name = "fs2" -version = "0.4.3" +name = "fs4" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" +checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47" dependencies = [ - "libc", - "winapi", + "rustix", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 60ddf2c..2d78915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://rustwasm.github.io/wasm-pack/" [dependencies] anyhow = "1.0.68" atty = "0.2.14" -binary-install = "0.2.0" +binary-install = "0.3.0" cargo_metadata = "0.15.2" chrono = "0.4.23" console = "0.15.5"