From b55617e33679469ef795a754a05b533c8e880fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 03:30:54 +0000 Subject: [PATCH] Update eframe requirement from 0.27.2 to 0.29.0 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.29.0) --- 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..b9eab7b 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.29.0", 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"] }