From 95a5c8fb71b920dbb8b118ccab187d49466355a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:29:36 +0000 Subject: [PATCH] Update iced_graphics requirement from 0.2.0 to 0.6.0 in /app_rust Updates the requirements on [iced_graphics](https://github.com/iced-rs/iced) to permit the latest version. - [Release notes](https://github.com/iced-rs/iced/releases) - [Changelog](https://github.com/iced-rs/iced/blob/master/CHANGELOG.md) - [Commits](https://github.com/iced-rs/iced/compare/0.2.0...0.6.0) --- updated-dependencies: - dependency-name: iced_graphics dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app_rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_rust/Cargo.toml b/app_rust/Cargo.toml index 18db4f3..012fdb7 100644 --- a/app_rust/Cargo.toml +++ b/app_rust/Cargo.toml @@ -19,7 +19,7 @@ The idea is to make diagnosing and exploring your cars diagnostics functions pos iced = { version = "0.3.0", features = ["tokio", "image", "canvas"] } iced_wgpu = "0.4.0" iced_native = "0.4.0" -iced_graphics = "0.2.0" +iced_graphics = "0.6.0" serde_json = "1.0" libloading = "0.7.0" libc = "0.2.79"