Skip to content

Commit

Permalink
Merge pull request #3006 from youki-dev/dependabot/cargo/patch-a63f51…
Browse files Browse the repository at this point in the history
…8264
  • Loading branch information
github-actions[bot] authored Nov 27, 2024
2 parents 62e0eee + 346c0f8 commit 4f24430
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
68 changes: 34 additions & 34 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.3.0", optional = true }
libbpf-sys = { version = "1.5.0", optional = true }
errno = { version = "0.3.9", optional = true }
libc = { version = "0.2.165", optional = true }
libc = { version = "0.2.166", optional = true }
thiserror = "2.0.3"
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 @@ -26,7 +26,7 @@ chrono = { version = "0.4", default-features = false, features = [
"serde",
] }
fastrand = "^2.1.1"
libc = "0.2.165"
libc = "0.2.166"
nix = { version = "0.28.0", features = [
"socket",
"sched",
Expand Down
2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ scopeguard = "1.2.0"

[build-dependencies]
anyhow = "1.0.93"
vergen-gitcl = { version = "1.0.1", features = ["build"] }
vergen-gitcl = { version = "1.0.2", features = ["build"] }
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.7.1", features = ["runtime"] }
nix = "0.28.0"
anyhow = "1.0"
libc = "0.2.165" # TODO (YJDoc2) upgrade to latest
libc = "0.2.166" # TODO (YJDoc2) upgrade to latest
nc = "0.9.5"

0 comments on commit 4f24430

Please sign in to comment.