Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/path-clean-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuaf authored Feb 27, 2023
2 parents 115c41c + 7b7a782 commit 33c094d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 76 deletions.
88 changes: 17 additions & 71 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 crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ nix = "0.26.2"
procfs = "0.15.1"
log = "0.4"
anyhow = "1.0"
oci-spec = { version = "^0.5.5", features = ["runtime"] }
oci-spec = { version = "^0.6.0", features = ["runtime"] }
dbus = { version = "0.9.7", optional = true }
fixedbitset = "0.4.2"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -34,7 +34,7 @@ errno = { version = "0.3.0", optional = true }
libc = { version = "0.2.139", optional = true }

[dev-dependencies]
oci-spec = { version = "^0.5.5", features = ["proptests", "runtime"] }
oci-spec = { version = "^0.6.0", features = ["proptests", "runtime"] }
quickcheck = "1"
mockall = { version = "0.11.3", features = [] }
clap = "4.0.32"
Expand Down
4 changes: 2 additions & 2 deletions crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ libc = "0.2.139"
log = "0.4"
mio = { version = "0.8.6", features = ["os-ext", "os-poll"] }
nix = "0.26.2"
oci-spec = { version = "^0.5.5", features = ["runtime"] }
path-clean = "1.0.1"
oci-spec = { version = "^0.6.0", features = ["runtime"] }
procfs = "0.15.1"
prctl = "1.0.0"
libcgroups = { version = "0.0.4", path = "../libcgroups", default-features = false }
Expand All @@ -50,7 +50,7 @@ wasmtime = {version = "6.0.0", optional = true }
wasmtime-wasi = {version = "6.0.0", optional = true }

[dev-dependencies]
oci-spec = { version = "^0.5.5", features = ["proptests", "runtime"] }
oci-spec = { version = "^0.6.0", features = ["proptests", "runtime"] }
quickcheck = "1"
serial_test = "1.0.0"
rand = "0.8.5"
2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ libcontainer = { version = "0.0.4", path = "../libcontainer", default-features =
liboci-cli = { version = "0.0.4", path = "../liboci-cli" }
log = { version = "0.4", features = ["std"] }
nix = "0.26.2"
oci-spec = { version = "^0.5.5", features = ["runtime"] }
oci-spec = { version = "^0.6.0", features = ["runtime"] }
once_cell = "1.17.1"
pentacle = "1.0.0"
procfs = "0.15.1"
Expand Down

0 comments on commit 33c094d

Please sign in to comment.