From 40035a6067f1da1e95be5806d61a878bf3e049ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 07:05:22 +0000 Subject: [PATCH] build(deps): bump iced-x86 from 1.11.0 to 1.11.1 in /fuzz Bumps [iced-x86](https://github.com/icedland/iced) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/icedland/iced/releases) - [Commits](https://github.com/icedland/iced/compare/v1.11.0...v1.11.1) Signed-off-by: dependabot-preview[bot] --- fuzz/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index b2f3c7397..372c94d48 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -241,9 +241,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4261b15a556aa9b83b976b7aa4613f5a3b80351683af14c5d8d7e62c00869d5a" +checksum = "97b85a147f5dcb22ece887da5b99187954cc046939f22416e953dd7c336e85a1" dependencies = [ "lazy_static", "static_assertions",