Skip to content

Commit

Permalink
Merge pull request #2885 from containers/dependabot/cargo/patch-8da82…
Browse files Browse the repository at this point in the history
…74d32
  • Loading branch information
github-actions[bot] authored Aug 20, 2024
2 parents ae6a22d + c1b7ca7 commit 13e9fc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
rbpf = { version = "0.2.0", optional = true }
libbpf-sys = { version = "1.4.3", optional = true }
errno = { version = "0.3.9", optional = true }
libc = { version = "0.2.157", optional = true }
libc = { version = "0.2.158", optional = true }
thiserror = "1.0.63"
tracing = { version = "0.1.40", features = ["attributes"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ chrono = { version = "0.4", default-features = false, features = [
] }
fastrand = "^2.1.0"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.157"
libc = "0.2.158"
nix = { version = "0.28.0", features = [
"socket",
"sched",
Expand Down
2 changes: 1 addition & 1 deletion tests/contest/runtimetest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
oci-spec = { version = "0.6.8", features = ["runtime"] }
nix = "0.28.0"
anyhow = "1.0"
libc = "0.2.157" # TODO (YJDoc2) upgrade to latest
libc = "0.2.158" # TODO (YJDoc2) upgrade to latest
nc = "0.8.23"

0 comments on commit 13e9fc0

Please sign in to comment.