From 0f40f49b3458f59d1eda0b4d450ce229004c1b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 03:59:31 +0000 Subject: [PATCH] Update eframe requirement from 0.27.2 to 0.28.1 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.27.2...0.28.1) --- updated-dependencies: - dependency-name: eframe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bb6df6..2b8f9ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.27.2", default-features = false, features = ["default_fonts", "glow"] } +eframe = { version = "0.28.1", default-features = false, features = ["default_fonts", "glow"] } mockall = { version = "0.12.1", 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"] }