1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00

Bump libc from 0.2.105 to 0.2.106

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.105 to 0.2.106.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.105...0.2.106)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-01 01:14:14 +00:00 committed by GitHub
parent 5f04d8657e
commit b8d4d8f74e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated

@ -647,9 +647,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.105"
version = "0.2.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"
[[package]]
name = "libcgroups"

@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
rbpf = {version = "0.1.0", optional = true }
libbpf-sys = { version = "0.5.0-1", optional = true }
errno = { version = "0.2.8", optional = true }
libc = { version = "0.2.105", optional = true }
libc = { version = "0.2.106", optional = true }
[dev-dependencies]
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "d6fb1e91742313cd0d0085937e2d6df5d4669720", features = ["proptests"] }

@ -18,7 +18,7 @@ crossbeam-channel = "0.5"
dbus = "0.9.5"
fastrand = "1.4.1"
futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.105"
libc = "0.2.106"
log = "0.4"
mio = { version = "0.7.14", features = ["os-ext", "os-poll"] }
nix = "0.23.0"

@ -6,7 +6,7 @@ edition = "2018"
build = "build.rs"
[dependencies]
libc = "0.2.105"
libc = "0.2.106"
[build-dependencies]
pkg-config = "0.3.22"