From 156653ff1c150eeefaa508d59c6bd91c5c113755 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 15:54:59 +0000 Subject: [PATCH] build(deps): bump iced-x86 from 1.11.0 to 1.11.1 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] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b43b84dc..75af32050 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,9 +431,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",