Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
build(deps): bump libc from 0.2.167 to 0.2.168
Browse files Browse the repository at this point in the history
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.167 to 0.2.168.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.168/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.167...0.2.168)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent f636074 commit 068e9d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
100755 → 100644

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

2 changes: 1 addition & 1 deletion src/jailer/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "jailer"
bench = false

[dependencies]
libc = "0.2.167"
libc = "0.2.168"
nix = { version = "0.29.0", default-features = false, features = ["dir"] }
regex = { version = "1.11.1", default-features = false, features = ["std"] }
thiserror = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/Cargo.toml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ derive_more = { version = "1.0.0", default-features = false, features = [
"from",
] }
displaydoc = "0.2.5"
libc = "0.2.167"
libc = "0.2.168"
serde = { version = "1.0.215", features = ["derive"] }
thiserror = "2.0.3"
vmm-sys-util = "0.12.1"
Expand Down

0 comments on commit 068e9d2

Please sign in to comment.