Skip to content

Commit

Permalink
Update egui-toast requirement from 0.14 to 0.15
Browse files Browse the repository at this point in the history
Updates the requirements on [egui-toast](https://github.com/urholaukkarinen/egui-toast) to permit the latest version.
- [Commits](urholaukkarinen/egui-toast@0.14.0...0.15.0)

---
updated-dependencies:
- dependency-name: egui-toast
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent d33f6e2 commit 850a9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anise-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hifitime = { workspace = true }
log = { workspace = true }
bytes = { workspace = true }
pretty_env_logger = { workspace = true }
egui-toast = "0.14"
egui-toast = "0.15"
eframe = { version = "0.28" }
egui = { version = "0.28" }
egui_extras = { version = "0.28", features = ["datepicker", "http", "image"] }
Expand Down

0 comments on commit 850a9b3

Please sign in to comment.