Skip to content

Commit

Permalink
bump youki
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Prendes <[email protected]>
  • Loading branch information
jprendes committed Dec 17, 2024
1 parent b7de43a commit 9e05f21
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 53 deletions.
91 changes: 41 additions & 50 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ oci-tar-builder = { path = "crates/oci-tar-builder", version = "0.4.0" }
crossbeam = { version = "0.8.4", default-features = false }
env_logger = "0.11"
libc = "0.2.168"
libcontainer = { version = "0.4.1", default-features = false }
libcontainer = { git = "https://github.com/youki-dev/youki.git", default-features = false }
log = "0.4"
nix = "0.29"
oci-spec = { version = "0.6.8", features = ["runtime"] }
oci-spec = { version = "0.7.1", features = ["runtime"] }
protobuf = "=3.2"
serde = "1.0"
serde_json = "1.0"
sha256 = "1.5.0"
tar = "0.4"
tempfile = "3.10"
tempfile = "3.14"
thiserror = "1.0"
wat = "1.220"
windows-sys = "0.59"
Expand Down

0 comments on commit 9e05f21

Please sign in to comment.