Skip to content

Commit

Permalink
Bump rpm from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [rpm](https://github.com/rpm-rs/rpm) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/rpm-rs/rpm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rpm-rs/rpm/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent f6ec26e commit 3f3abc3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
26 changes: 18 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ oci-spec = { version = "0.6.3", features = ["image"], default-features = false }
openssl = "0.10.63"
pathdiff = "0.2.1"
pyo3 = { version = "0.20.0", features = ["auto-initialize"] }
rpm = { version = "0.13.0", default-features = false }
rpm = { version = "0.14.0", default-features = false }
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
tar = "0.4.38"
Expand Down

0 comments on commit 3f3abc3

Please sign in to comment.