Skip to content

Commit

Permalink
build(deps): update cab requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [cab](https://github.com/mdsteele/rust-cab) to permit the latest version.
- [Commits](mdsteele/rust-cab@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: cab
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 9a867a5 commit 5ac6059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctltool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0"
cab = "0.4"
cab = "0.5"
clap = { version = "4.0", features = ["derive"] }
hex = "0.4"
reqwest = { version = "0.11", features = ["blocking"] }
Expand Down

0 comments on commit 5ac6059

Please sign in to comment.