From 19f8eb6c47bcf40438cc6d33585d8ff81ecc4458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 19:39:23 +0000 Subject: [PATCH] chore(deps): bump sandogasa-rpmvercmp from 0.18.2 to 0.19.1 Bumps [sandogasa-rpmvercmp](https://github.com/slopfest/sandogasa) from 0.18.2 to 0.19.1. - [Changelog](https://github.com/slopfest/sandogasa/blob/main/CHANGELOG.md) - [Commits](https://github.com/slopfest/sandogasa/compare/v0.18.2...v0.19.1) --- updated-dependencies: - dependency-name: sandogasa-rpmvercmp dependency-version: 0.19.1 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 bca8a4d7..3e8ff080 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3774,9 +3774,9 @@ dependencies = [ [[package]] name = "sandogasa-rpmvercmp" -version = "0.18.2" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98298ac090533560c385faf9e478862006c70c0d4d66ab3eb1c44342ce9f7a13" +checksum = "9b2044602f338503c12a46d32553d924cb3d2f2b9e5a2b80425cea728f49d612" [[package]] name = "schannel" diff --git a/Cargo.toml b/Cargo.toml index b35cfb3b..8f4d1745 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ directories = "6" # rpm version comparison — pure-Rust replacement for upstream's libc # `rpm.labelCompare`, preserving the single-static-binary / no-runtime-deps # contract. Verified against every upstream `test_rpm_version` golden vector. -sandogasa-rpmvercmp = "0.18" +sandogasa-rpmvercmp = "0.19" # http reqwest = { version = "0.13", features = ["json", "rustls"], default-features = false } # The openQA REST API client: signed-request auth (HMAC-SHA1 X-API-Hash),