From 8eb3aa56ca3d123a0eef1f331701130fadae058d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 08:12:41 +0000 Subject: [PATCH] build: Bump iced-x86 from 1.11.1 to 1.11.2 in /fuzz Bumps [iced-x86](https://github.com/icedland/iced) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/icedland/iced/releases) - [Commits](https://github.com/icedland/iced/compare/v1.11.1...v1.11.2) 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 001c8299b..f8f31935f 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -241,9 +241,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b85a147f5dcb22ece887da5b99187954cc046939f22416e953dd7c336e85a1" +checksum = "6aa39b6a19bdd00ba68e23f80a15557795f85b38789591b2f89d16c7bdfcfecd" dependencies = [ "lazy_static", "static_assertions",