From be739463106cd1713df01fdc8bf6d43de8f38af6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:32:12 +0000 Subject: [PATCH] build(deps): update cab requirement from 0.5 to 0.6 Updates the requirements on [cab](https://github.com/mdsteele/rust-cab) to permit the latest version. - [Commits](https://github.com/mdsteele/rust-cab/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: cab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ctltool/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctltool/Cargo.toml b/ctltool/Cargo.toml index 250381e..5b29010 100644 --- a/ctltool/Cargo.toml +++ b/ctltool/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] anyhow = "1.0" -cab = "0.5" +cab = "0.6" clap = { version = "4.0", features = ["derive"] } hex = "0.4" reqwest = { version = "0.12", features = ["blocking"] }