From 4e967c39e4535c5a0f1ad327eccc74785e4338cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 03:54:15 +0000 Subject: [PATCH] build(deps): bump qatq from 0.3.0 to 0.4.2 Bumps [qatq](https://github.com/kabudu/qatq) from 0.3.0 to 0.4.2. - [Release notes](https://github.com/kabudu/qatq/releases) - [Changelog](https://github.com/kabudu/qatq/blob/master/CHANGELOG.md) - [Commits](https://github.com/kabudu/qatq/compare/v0.3.0...v0.4.2) --- updated-dependencies: - dependency-name: qatq dependency-version: 0.4.2 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 df6f7d8..7fa0da3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,9 +227,9 @@ dependencies = [ [[package]] name = "qatq" -version = "0.3.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b54a7bb679d595b7656c1543b644124ce991522220d93c97f78c155b69c8acf" +checksum = "88d6e5e3525f5fc28a9c6c6523882215ca881bcb7e446081c1552f34459d6b5d" dependencies = [ "lz4_flex", "zstd", diff --git a/Cargo.toml b/Cargo.toml index fbffd3c..7148cfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ debug = true [dependencies] libc = "0.2.186" -qatq = { version = "=0.3.0", optional = true } +qatq = { version = "=0.4.2", optional = true } riscv-decode = "=0.2.3" sha2 = "0.11.0" varisat = "0.2.2"