Skip to content

Commit

Permalink
build(deps): update iced requirement from =0.10.0 to =0.12.0
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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent d8504b4 commit ee8ba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ tracing-subscriber.workspace = true
RustQuant.workspace = true
statrs.workspace = true

iced = { version = "=0.10.0", features = [
iced = { version = "=0.12.0", features = [
"system",
"tokio",
"lazy",
Expand Down

0 comments on commit ee8ba61

Please sign in to comment.