1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-10 00:36:16 +02:00

Bump libc from 0.2.101 to 0.2.105 (#419)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-24 04:56:09 -07:00 committed by GitHub
parent ff06f6e34d
commit f462789be9
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

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

View File

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

View File

@ -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.84"
libc = "0.2.105"
log = "0.4"
mio = { version = "0.7.13", features = ["os-ext", "os-poll"] }
nix = "0.22.0"

View File

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