Skip to content

Commit

Permalink
Merge pull request #1442 from containers/dependabot/cargo/libc-0.2.139
Browse files Browse the repository at this point in the history
chore(deps): bump libc from 0.2.138 to 0.2.139
  • Loading branch information
utam0k authored Jan 20, 2023
2 parents e6df0b3 + 0c0d7ef commit be7713c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -31,7 +31,7 @@ serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "1.1.1+v1.0.1", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.138", optional = true }
libc = { version = "0.2.139", optional = true }

[dev-dependencies]
oci-spec = { version = "0.6.0", features = ["proptests", "runtime"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ chrono = { version = "0.4", features = ["serde"] }
crossbeam-channel = "0.5"
fastrand = "1.8.0"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.138"
libc = "0.2.139"
log = "0.4"
mio = { version = "0.8.5", features = ["os-ext", "os-poll"] }
nix = "0.25.0"
Expand Down

0 comments on commit be7713c

Please sign in to comment.