From d100c014bcdba9bc8fd472e045fe5c3fdc588240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 08:21:49 +0000 Subject: [PATCH] build: Bump iced-x86 from 1.11.2 to 1.11.3 in /fuzz Bumps [iced-x86](https://github.com/icedland/iced) from 1.11.2 to 1.11.3. - [Release notes](https://github.com/icedland/iced/releases) - [Commits](https://github.com/icedland/iced/compare/v1.11.2...v1.11.3) 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 39d7e0aa9..f61b3265e 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -253,9 +253,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.11.2" +version = "1.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aa39b6a19bdd00ba68e23f80a15557795f85b38789591b2f89d16c7bdfcfecd" +checksum = "6d907dfc273d9ed0da940e8145ceb77759056a1fb2110b44b83d1b203cddb906" dependencies = [ "lazy_static", "static_assertions",