From 4c5c7fb77c90b3996479e3217c2f70bbb314ceb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 23:44:52 +0000 Subject: [PATCH] build: bump once_cell from 1.13.0 to 1.13.1 in /fuzz Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: once_cell 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 fbd783c50..ed26dcde9 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -485,9 +485,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" +checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" [[package]] name = "option_parser" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index e6ce41dcd..0fdf67741 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -15,7 +15,7 @@ epoll = "4.3.1" libc = "0.2.131" libfuzzer-sys = "0.4.3" micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" } -once_cell = "1.13.0" +once_cell = "1.13.1" qcow = { path = "../qcow" } seccompiler = "0.2.0" vhdx = { path = "../vhdx" }