Skip to content

Commit

Permalink
Bump the patch group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 2 updates: [libc](https://github.com/rust-lang/libc) and [which](https://github.com/harryfei/which-rs).


Updates `libc` from 0.2.168 to 0.2.169
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.168...0.2.169)

Updates `which` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@7.0.0...7.0.1)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent d7d8be3 commit 60c1856
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
18 changes: 12 additions & 6 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.10", optional = true }
libc = { version = "0.2.168", optional = true }
libc = { version = "0.2.169", optional = true }
thiserror = "2.0.8"
tracing = { version = "0.1.41", 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.3.0"
libc = "0.2.168"
libc = "0.2.169"
nix = { version = "0.28.0", features = [
"socket",
"sched",
Expand Down
2 changes: 1 addition & 1 deletion tests/contest/contest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = "1.0"
tar = "0.4"
test_framework = { path = "../test_framework" }
uuid = "1.11"
which = "7.0.0"
which = "7.0.1"
tempfile = "3"
scopeguard = "1.2.0"
tracing = { version = "0.1.41", features = ["attributes"]}
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.7.1", features = ["runtime"] }
nix = "0.28.0"
anyhow = "1.0"
libc = "0.2.168" # TODO (YJDoc2) upgrade to latest
libc = "0.2.169" # TODO (YJDoc2) upgrade to latest
nc = "0.9.5"

0 comments on commit 60c1856

Please sign in to comment.