Skip to content

Commit d2a36c9

Browse files
Merge pull request #3219 from youki-dev/dependabot/cargo/patch-a13611400e
2 parents 59db2bc + 54b16d1 commit d2a36c9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/libcgroups/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cgroupsv2_devices = ["rbpf", "libbpf-sys", "errno", "libc", "nix/dir"]
2222
[dependencies]
2323
nix = { version = "0.29.0", features = ["signal", "user", "fs"] }
2424
procfs = "0.17.0"
25-
oci-spec = { version = "~0.8.1", features = ["runtime"] }
25+
oci-spec = { version = "~0.8.2", features = ["runtime"] }
2626
fixedbitset = "0.5.7"
2727
serde = { version = "1.0", features = ["derive"] }
2828
rbpf = { version = "0.3.0", optional = true }
@@ -34,7 +34,7 @@ tracing = { version = "0.1.41", features = ["attributes"] }
3434

3535
[dev-dependencies]
3636
anyhow = "1.0"
37-
oci-spec = { version = "~0.8.1", features = ["proptests", "runtime"] }
37+
oci-spec = { version = "~0.8.2", features = ["proptests", "runtime"] }
3838
quickcheck = "1"
3939
mockall = { version = "0.13.1", features = [] }
4040
clap = "4.1.6"

crates/libcontainer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ nix = { version = "0.29.0", features = [
3737
"term",
3838
"hostname",
3939
] }
40-
oci-spec = { version = "0.8.1", features = ["runtime"] }
40+
oci-spec = { version = "0.8.2", features = ["runtime"] }
4141
once_cell = "1.21.3"
4242
procfs = "0.17.0"
4343
prctl = "1.0.0"
@@ -54,7 +54,7 @@ safe-path = "0.1.0"
5454
nc = "0.9.6"
5555

5656
[dev-dependencies]
57-
oci-spec = { version = "~0.8.1", features = ["proptests", "runtime"] }
57+
oci-spec = { version = "~0.8.2", features = ["proptests", "runtime"] }
5858
quickcheck = "1"
5959
serial_test = "3.1.1"
6060
tempfile = "3"

tests/contest/contest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ libcgroups = { path = "../../../crates/libcgroups" }
1010
libcontainer = { path = "../../../crates/libcontainer" }
1111
nix = "0.29.0"
1212
num_cpus = "1.17"
13-
oci-spec = { version = "0.8.1", features = ["runtime"] }
13+
oci-spec = { version = "0.8.2", features = ["runtime"] }
1414
once_cell = "1.21.3"
1515
pnet_datalink = "0.35.0"
1616
procfs = "0.17.0"

tests/contest/runtimetest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
edition = "2021"
55

66
[dependencies]
7-
oci-spec = { version = "0.8.1", features = ["runtime"] }
7+
oci-spec = { version = "0.8.2", features = ["runtime"] }
88
nix = "0.29.0"
99
anyhow = "1.0"
1010
libc = "0.2.175" # TODO (YJDoc2) upgrade to latest

0 commit comments

Comments
 (0)