Skip to content

Commit

Permalink
Update eframe requirement from 0.22.0 to 0.27.2
Browse files Browse the repository at this point in the history
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](emilk/egui@0.22.0...0.27.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 6, 2024
1 parent 6f3dfc9 commit 75b6e3d
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 @@ -37,7 +37,7 @@ futures = { version = "0.3.21", optional = true, default-features = false, featu
pin-project = { version = "1.0.10", optional = true, default-features = false }

[dev-dependencies]
eframe = { version = "0.22.0", default-features = false, features = ["default_fonts", "glow"] }
eframe = { version = "0.27.2", default-features = false, features = ["default_fonts", "glow"] }
mockall = { version = "0.11.0", default-features = false }
proptest = { version = "1.0.0", default-features = false, features = ["std"] }
ring-channel = { version = "0.12.0", default-features = false, features = ["std", "futures_api"] }
Expand Down

0 comments on commit 75b6e3d

Please sign in to comment.