From 1c25d71127bff42ca4caeb0a5b9a9805bdf9aac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:16:24 +0000 Subject: [PATCH] build: Bump os_str_bytes from 6.4.0 to 6.4.1 in /fuzz Bumps [os_str_bytes](https://github.com/dylni/os_str_bytes) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/dylni/os_str_bytes/releases) - [Commits](https://github.com/dylni/os_str_bytes/compare/6.4.0...6.4.1) --- updated-dependencies: - dependency-name: os_str_bytes dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 630c5d1e3..1d8b44781 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -521,9 +521,9 @@ version = "0.1.0" [[package]] name = "os_str_bytes" -version = "6.4.0" +version = "6.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e" +checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" [[package]] name = "pci"