From 0e602dca42561e235afa37d1c6f8993e5212e977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:55:14 +0000 Subject: [PATCH] build(deps): bump cpio from 0.2.2 to 0.4.0 Bumps [cpio](https://github.com/jcreekmore/cpio-rs) from 0.2.2 to 0.4.0. - [Commits](https://github.com/jcreekmore/cpio-rs/compare/v0.2.2...v0.4.0) --- updated-dependencies: - dependency-name: cpio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39d11b2a..7c1a1a34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,9 +285,9 @@ dependencies = [ [[package]] name = "cpio" -version = "0.2.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27e77cfc4543efb4837662cb7cd53464ae66f0fd5c708d71e0f338b1c11d62d3" +checksum = "80e3adec7390c7643049466136117057188edf5f23efc5c8b4fc8079c8dc34a6" [[package]] name = "crc" diff --git a/Cargo.toml b/Cargo.toml index 621d4514..0edd8b5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ bytes = ">= 1.0.1, < 2" byte-unit = ">= 3.1.0, < 5.0.0" clap = { version = ">= 4.1, < 5", default-features = false, features = ["std", "cargo", "derive", "error-context", "help", "suggestions", "usage", "wrap_help"] } clap_mangen = { version = "0.2", optional = true } -cpio = ">= 0.2.1, < 0.3" +cpio = ">= 0.2.1, < 0.5" flate2 = "^1.0" glob = "^0.3" # disable default-enabled cli in gptman 0.x