Skip to content

Commit

Permalink
Update to ostree-ext 0.14.0, gvariant 0.5.0
Browse files Browse the repository at this point in the history
This pulls in at least the public authfile bits we want
for the podman pull changes.  Also this transitively
bumps our oci-spec dependency which lets us drop
some imported "darling" crates.

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Jun 4, 2024
1 parent 0455f80 commit 5df73a4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 30 deletions.
76 changes: 48 additions & 28 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ anstream = "0.6.13"
anstyle = "1.0.6"
anyhow = "1.0.82"
camino = { version = "1.1.6", features = ["serde1"] }
ostree-ext = { version = "0.13.4" }
ostree-ext = { version = "0.14.0" }
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version= "4.5.4", features = ["derive","cargo"] }
clap_mangen = { version = "0.2.20", optional = true }
cap-std-ext = "4"
hex = "^0.4.3"
fn-error-context = "0.2.1"
gvariant = "0.4.0"
gvariant = "0.5.0"
indicatif = "0.17.8"
libc = "^0.2.154"
liboverdrop = "0.1.0"
Expand Down

0 comments on commit 5df73a4

Please sign in to comment.