Skip to content

Commit 5df73a4

Browse files
committed
Update to ostree-ext 0.14.0, gvariant 0.5.0
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 <[email protected]>
1 parent 0455f80 commit 5df73a4

File tree

2 files changed

+50
-30
lines changed

2 files changed

+50
-30
lines changed

Cargo.lock

Lines changed: 48 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ anstream = "0.6.13"
1616
anstyle = "1.0.6"
1717
anyhow = "1.0.82"
1818
camino = { version = "1.1.6", features = ["serde1"] }
19-
ostree-ext = { version = "0.13.4" }
19+
ostree-ext = { version = "0.14.0" }
2020
chrono = { version = "0.4.38", features = ["serde"] }
2121
clap = { version= "4.5.4", features = ["derive","cargo"] }
2222
clap_mangen = { version = "0.2.20", optional = true }
2323
cap-std-ext = "4"
2424
hex = "^0.4.3"
2525
fn-error-context = "0.2.1"
26-
gvariant = "0.4.0"
26+
gvariant = "0.5.0"
2727
indicatif = "0.17.8"
2828
libc = "^0.2.154"
2929
liboverdrop = "0.1.0"

0 commit comments

Comments
 (0)