From 34e965d7752ad80b8399c5b38f7b649f0216db45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:16:47 +0000 Subject: [PATCH] build: Bump libc from 0.2.151 to 0.2.152 in /fuzz Bumps [libc](https://github.com/rust-lang/libc) from 0.2.151 to 0.2.152. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.151...0.2.152) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 4 ++-- fuzz/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index c2f109723..84d7293b6 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -490,9 +490,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.151" +version = "0.2.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" [[package]] name = "libfuzzer-sys" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 8ff1aec65..640e79c76 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -15,7 +15,7 @@ igvm = [] block = { path = "../block" } devices = { path = "../devices" } epoll = "4.3.1" -libc = "0.2.151" +libc = "0.2.152" libfuzzer-sys = "0.4.7" linux-loader = { version = "0.10.0", features = ["elf", "bzimage", "pe"] } micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }