Skip to content

Commit

Permalink
Merge pull request youki-dev#2618 from containers/dependabot/cargo/pa…
Browse files Browse the repository at this point in the history
…tch-e257f74990
  • Loading branch information
github-actions[bot] authored Jan 8, 2024
2 parents 72424c1 + b062181 commit 6f3b5f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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.151", optional = true }
libc = { version = "0.2.152", optional = true }
thiserror = "1.0.56"
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.151"
libc = "0.2.152"
nix = { version = "0.27.1", features = [
"socket",
"sched",
Expand Down

0 comments on commit 6f3b5f5

Please sign in to comment.