Skip to content

Commit

Permalink
Bump oci-spec (#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
keisku authored Jul 21, 2024
1 parent 8bda693 commit c045f54
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 4 additions & 2 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 @@ -22,7 +22,7 @@ cgroupsv2_devices = ["rbpf", "libbpf-sys", "errno", "libc", "nix/dir"]
[dependencies]
nix = { version = "0.28.0", features = ["signal", "user", "fs"] }
procfs = "0.16.0"
oci-spec = { version = "~0.6.4", features = ["runtime"] }
oci-spec = { version = "~0.6.8", features = ["runtime"] }
fixedbitset = "0.5.7"
serde = { version = "1.0", features = ["derive"] }
rbpf = { version = "0.2.0", optional = true }
Expand All @@ -34,7 +34,7 @@ tracing = { version = "0.1.40", features = ["attributes"] }

[dev-dependencies]
anyhow = "1.0"
oci-spec = { version = "~0.6.4", features = ["proptests", "runtime"] }
oci-spec = { version = "~0.6.8", features = ["proptests", "runtime"] }
quickcheck = "1"
mockall = { version = "0.12.1", features = [] }
clap = "4.1.6"
Expand Down
4 changes: 2 additions & 2 deletions crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nix = { version = "0.28.0", features = [
"term",
"hostname",
] }
oci-spec = { version = "0.6.7", features = ["runtime"] }
oci-spec = { version = "0.6.8", features = ["runtime"] }
once_cell = "1.19.0"
procfs = "0.16.0"
prctl = "1.0.0"
Expand All @@ -56,7 +56,7 @@ safe-path = "0.1.0"
nc = "0.8.21"

[dev-dependencies]
oci-spec = { version = "~0.6.4", features = ["proptests", "runtime"] }
oci-spec = { version = "~0.6.8", features = ["proptests", "runtime"] }
quickcheck = "1"
serial_test = "3.1.1"
tempfile = "3"
Expand Down
3 changes: 1 addition & 2 deletions tests/contest/runtimetest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ version = "0.0.1"
edition = "2021"

[dependencies]
oci-spec = { version = "0.6.4", features = ["runtime"] }
oci-spec = { version = "0.6.8", features = ["runtime"] }
nix = "0.28.0"
anyhow = "1.0"
libc = "0.2.155" # TODO (YJDoc2) upgrade to latest
nc = "0.8.21"

0 comments on commit c045f54

Please sign in to comment.