Skip to content

Commit

Permalink
build(deps): bump cpio from 0.2.2 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [cpio](https://github.com/jcreekmore/cpio-rs) from 0.2.2 to 0.4.0.
- [Commits](jcreekmore/cpio-rs@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 331b2ec commit 0e602dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e602dc

Please sign in to comment.