mirror of
https://github.com/containers/youki
synced 2024-11-24 01:44:17 +01:00
chore(deps): bump libc from 0.2.117 to 0.2.118
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.117 to 0.2.118. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.117...0.2.118) --- 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:
parent
a108e8e0e1
commit
ac66fad07b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -959,9 +959,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.117"
|
||||
version = "0.2.118"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"
|
||||
checksum = "06e509672465a0504304aa87f9f176f2b2b716ed8fb105ebe5c02dc6dce96a94"
|
||||
|
||||
[[package]]
|
||||
name = "libcgroups"
|
||||
|
@ -24,7 +24,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
rbpf = {version = "0.1.0", optional = true }
|
||||
libbpf-sys = { version = "0.6.1-2", optional = true }
|
||||
errno = { version = "0.2.8", optional = true }
|
||||
libc = { version = "0.2.117", optional = true }
|
||||
libc = { version = "0.2.118", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
oci-spec = { version = "0.5.3", features = ["proptests"] }
|
||||
|
@ -19,7 +19,7 @@ crossbeam-channel = "0.5"
|
||||
dbus = "0.9.5"
|
||||
fastrand = "1.7.0"
|
||||
futures = { version = "0.3", features = ["thread-pool"] }
|
||||
libc = "0.2.117"
|
||||
libc = "0.2.118"
|
||||
log = "0.4"
|
||||
mio = { version = "0.8.0", features = ["os-ext", "os-poll"] }
|
||||
nix = "0.23.1"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.117"
|
||||
libc = "0.2.118"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.3.24"
|
||||
|
Loading…
Reference in New Issue
Block a user