From a0c77125b04bc88355d674c1cde8773e13d7d39b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 01:03:13 +0000 Subject: [PATCH] Update eframe requirement from 0.15.0 to 0.21.3 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.15.0...0.21.3) --- 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 e2db741..9f14022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ categories = [] [dependencies] which = "4.2.2" colored = "2.0.0" -eframe = "0.15.0" +eframe = "0.21.3" ipnet = "2.3.1" thiserror = "1.0.30" \ No newline at end of file