Skip to content

Commit

Permalink
Merge pull request #2560 from containers/dependabot/cargo/patch-c69d3…
Browse files Browse the repository at this point in the history
…690da

(auto merged) chore(deps): bump the patch group with 6 updates
  • Loading branch information
YJDoc2 authored Dec 11, 2023
2 parents 21b62da + c381aca commit c308a42
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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.2.1", optional = true }
errno = { version = "0.3.8", optional = true }
libc = { version = "0.2.150", optional = true }
libc = { version = "0.2.151", optional = true }
thiserror = "1.0.50"
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.0.1"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.150"
libc = "0.2.151"
nix = { version = "0.27.1", features = [
"socket",
"sched",
Expand Down

0 comments on commit c308a42

Please sign in to comment.