From d2d0b7db5df3a2534784c5b972ed8726f54fd028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 18:55:46 +0000 Subject: [PATCH] Update rust-lzma requirement from 0.5 to 0.6 Updates the requirements on [rust-lzma](https://github.com/fpgaminer/rust-lzma) to permit the latest version. - [Commits](https://github.com/fpgaminer/rust-lzma/commits/v0.6.0) --- updated-dependencies: - dependency-name: rust-lzma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb6dbdb..4fd7f8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ log = { version = "0.4.17", optional = true } env_logger = { version = "0.10.0", optional = true } [dev-dependencies] -rust-lzma = "0.5" +rust-lzma = "0.6" seq-macro = "0.3" [features]