From d0bafc72f8c5491e434b262b81d00fa46a6530fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 07:34:40 +0000 Subject: [PATCH] build: bump iced-x86 from 1.14.0 to 1.15.0 in /fuzz Bumps [iced-x86](https://github.com/icedland/iced) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/icedland/iced/releases) - [Commits](https://github.com/icedland/iced/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: iced-x86 dependency-type: indirect update-type: version-update:semver-minor ... 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 375f82f9e..37847af45 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -285,9 +285,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7383772b06135cede839b7270023b46403656a9148024886e721e82639d3f90e" +checksum = "46e977036f7f5139d580c7f19ad62df9cb8ebd8410bb569e73585226be80a86f" dependencies = [ "lazy_static", "static_assertions",