From 1d0847200dba43de8feb2c2ef5fdb03bbe581883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:44:54 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.152 to 0.2.153 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.152 to 0.2.153. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.152...0.2.153) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b311e73f9..a18d3e5ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2053,9 +2053,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.152" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libcgroups" diff --git a/Cargo.toml b/Cargo.toml index 5c95c986a..d2187ae9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.4.0" containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules", version = "0.3.1"} crossbeam = { version = "0.8.4", default-features = false } env_logger = "0.10" -libc = "0.2.152" +libc = "0.2.153" libcontainer = { version = "0.3.2", default-features = false } log = "0.4" nix = "0.27"