Skip to content

Commit

Permalink
Merge pull request #484 from containers/dependabot/cargo/libc-0.2.108
Browse files Browse the repository at this point in the history
Bump libc from 0.2.107 to 0.2.108
  • Loading branch information
utam0k authored Nov 22, 2021
2 parents 3e5bf7d + 0dd9bb1 commit 82b9051
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "0.5.0-2", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.107", optional = true }
libc = { version = "0.2.108", optional = true }

[dev-dependencies]
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "54c5e386f01ab37c9305cc4a83404eb157e42440", features = ["proptests"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crossbeam-channel = "0.5"
dbus = "0.9.5"
fastrand = "1.4.1"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.107"
libc = "0.2.108"
log = "0.4"
mio = { version = "0.8.0", features = ["os-ext", "os-poll"] }
nix = "0.23.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/libseccomp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
build = "build.rs"

[dependencies]
libc = "0.2.107"
libc = "0.2.108"

[build-dependencies]
pkg-config = "0.3.22"

0 comments on commit 82b9051

Please sign in to comment.