diff --git a/Cargo.lock b/Cargo.lock index 2f6a9602a..8293bf13e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1409,7 +1409,7 @@ checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" [[package]] name = "libcgroups" version = "0.0.5" -source = "git+https://github.com/utam0k/youki?rev=03eb78d13a6493b1184aa40fb96c73d882975956#03eb78d13a6493b1184aa40fb96c73d882975956" +source = "git+https://github.com/containers/youki?rev=edd63c84f903aa09510ef758ea6f617e0cb8b7e1#edd63c84f903aa09510ef758ea6f617e0cb8b7e1" dependencies = [ "anyhow", "dbus", @@ -1424,7 +1424,7 @@ dependencies = [ [[package]] name = "libcontainer" version = "0.0.5" -source = "git+https://github.com/utam0k/youki?rev=03eb78d13a6493b1184aa40fb96c73d882975956#03eb78d13a6493b1184aa40fb96c73d882975956" +source = "git+https://github.com/containers/youki?rev=edd63c84f903aa09510ef758ea6f617e0cb8b7e1#edd63c84f903aa09510ef758ea6f617e0cb8b7e1" dependencies = [ "anyhow", "bitflags 2.1.0", diff --git a/Cargo.toml b/Cargo.toml index a2d3cdc7c..9d7990d64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,8 @@ thiserror = "1.0" libc = "0.2.141" oci-spec = { version = "0.6.0", features = ["runtime"] } sha256 = "1.1" -libcontainer = { git = "https://github.com/utam0k/youki", rev = "03eb78d13a6493b1184aa40fb96c73d882975956" } +# TODO: Wait for the release and use the crates.io one. +libcontainer = { git = "https://github.com/containers/youki", rev = "edd63c84f903aa09510ef758ea6f617e0cb8b7e1" } [profile.release] panic = "abort"