Skip to content

Commit

Permalink
build(deps): update iced requirement from 0.10 to 0.12 in /demo
Browse files Browse the repository at this point in the history
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](iced-rs/iced@0.10.0...0.12.1)

---
updated-dependencies:
- dependency-name: iced
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Rikorose committed May 6, 2024
1 parent 884e1fa commit 73a6746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 73a6746

Please sign in to comment.