Skip to content

Commit

Permalink
Merge pull request #4989 from coreos/dependabot/cargo/ostree-ext-0.14.1
Browse files Browse the repository at this point in the history
build(deps): bump ostree-ext from 0.13.4 to 0.14.1
  • Loading branch information
cgwalters authored Jun 15, 2024
2 parents fec15f5 + 9eb5024 commit 4aa287b
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 41 deletions.
91 changes: 52 additions & 39 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ camino = "1.1.7"
cap-std-ext = "4"
cap-primitives = "3"
cap-std = { version = "3", features = ["fs_utf8"] }
containers-image-proxy = { version = "0.5.8", features = ["proxy_v0_2_4"] }
# Explicitly force on libc
rustix = { version = "0.38", features = ["use-libc", "process", "fs"] }
chrono = { version = "0.4.38", features = ["serde"] }
Expand All @@ -73,7 +72,7 @@ nix = { version = "0.29.0", features = ["fs", "mount", "signal", "user"] }
openssl = "0.10.64"
once_cell = "1.19.0"
os-release = "0.1.0"
ostree-ext = "0.13"
ostree-ext = "0.14"
paste = "1.0"
phf = { version = "0.11", features = ["macros"] }
rand = "0.8.5"
Expand Down
1 change: 1 addition & 0 deletions rust/src/compose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use clap::Parser;
use oci_spec::image::ImageManifest;
use ostree::gio;
use ostree_ext::container as ostree_container;
use ostree_ext::containers_image_proxy;
use ostree_ext::keyfileext::{map_keyfile_optional, KeyFileExt};
use ostree_ext::{oci_spec, ostree};

Expand Down
1 change: 1 addition & 0 deletions rust/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use fn_error_context::context;
use ostree::glib;
use ostree_ext::chunking::ObjectMetaSized;
use ostree_ext::container::{Config, ExportOpts, ImageReference};
use ostree_ext::containers_image_proxy;
use ostree_ext::objectsource::{
ContentID, ObjectMeta, ObjectMetaMap, ObjectMetaSet, ObjectSourceMeta,
};
Expand Down

0 comments on commit 4aa287b

Please sign in to comment.