From 73a6746f359df3bd21e520a2c43ebeddf7cca1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:24:19 +0000 Subject: [PATCH] build(deps): update iced requirement from 0.10 to 0.12 in /demo Updates the requirements on [iced](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.10.0...0.12.1) --- updated-dependencies: - dependency-name: iced dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 0e2be2091..8a6fec0d0 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -19,7 +19,7 @@ default-model-ll = ["deep_filter/default-model-ll"] thresholds = [] [dependencies] -iced = { version = "0.10", features = [ +iced = { version = "0.12", features = [ "image", "debug", "tokio",