chore(deps): bump rpm from 0.22.0 to 0.23.5

Bumps [rpm](https://github.com/rpm-rs/rpm) from 0.22.0 to 0.23.5.
- [Changelog](https://github.com/rpm-rs/rpm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rpm-rs/rpm/compare/v0.22.0...v0.23.5)

---
updated-dependencies:
- dependency-name: rpm
  dependency-version: 0.23.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-18 12:25:07 +00:00 committed by GitHub
commit 5ed17cddfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -4322,9 +4322,9 @@ dependencies = [
[[package]]
name = "rpm"
version = "0.22.0"
version = "0.23.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15d9bae82f8f242aa4018be1df5186efdf365c2e9b8de23e460407aeb3cb7f1"
checksum = "c1c8e1e837dd547798d3a82dd335caa39ea8aae4609743c9c905e177a53c16c7"
dependencies = [
"base64 0.22.1",
"bitflags 2.11.1",

View file

@ -22,7 +22,7 @@ ureq = { version = "3.3.0", features = ["gzip", "native-tls"], default-features
flate2 = "1.1.1"
tar = { version = "0.4.43", features = [], default-features = false }
plist = "1.8.0"
rpm = { version = "0.22.0", default-features = false, features = ["gzip-compression"] }
rpm = { version = "0.23.5", default-features = false, features = ["gzip-compression"] }
ar = "0.9.0"
fs_extra = "1.3.0"
base64 = "0.22.1"