Archived
1

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-16 01:03:13 +00:00 committed by GitHub
parent 0f78e96d3e
commit a0c77125b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"