From 47f47ad53fd4db7eb0e490c390d15f56f0760d99 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Feb 2021 11:46:13 +0000 Subject: [PATCH] build(deps): bump iced-x86 from 1.10.0 to 1.10.3 Bumps [iced-x86](https://github.com/0xd4d/iced) from 1.10.0 to 1.10.3. - [Release notes](https://github.com/0xd4d/iced/releases) - [Commits](https://github.com/0xd4d/iced/compare/v1.10.0...v1.10.3) 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 e124a71fd..26db04f6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,9 +451,9 @@ dependencies = [ [[package]] name = "iced-x86" -version = "1.10.0" +version = "1.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0be3ac4fec5cdbfd39a653e9145789e7a989359874da3cf2f18611468937767" +checksum = "644fd8d7e49d1ccae568a8fbb873a7ee7fcb3bc9214a474a5e55c03b6d1fa5ac" dependencies = [ "lazy_static", "rustc_version",