Update eframe requirement from 0.24 to 0.25 (#33)

Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.24.0...0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-08 19:36:18 -07:00
committed by GitHub
parent 981a8e8f05
commit 3e4efe110b
+1 -1
View File
@@ -13,7 +13,7 @@ sevenz-rust = "0.5"
chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
eframe = "0.24"
eframe = "0.25"
rfd = {version = "0.12", default-features = false, features = ["xdg-portal"] }
sha2 = "0.10"
rusttype = "0.9"