From 48cda995ee1ad6df313e7e715e6739b181d04e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:48:00 +0300 Subject: [PATCH] chore(deps): bump egui_extras from 0.34.3 to 0.35.0 (#144) Bumps [egui_extras](https://github.com/emilk/egui) from 0.34.3 to 0.35.0. - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/emilk/egui/compare/0.34.3...0.35.0) --- updated-dependencies: - dependency-name: egui_extras dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1898532..3f4f976 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1104,13 +1104,14 @@ dependencies = [ [[package]] name = "egui_extras" -version = "0.34.3" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598d8675f6fd9088db8a93d8c7aacda936b2f3d0c2b0660ad1744a45b5caf922" +checksum = "e2bd33be7338367bf21f54d62e069d58a5fb3ae033fa8bc6df7a77b9ef4cf957" dependencies = [ "ahash", - "egui 0.34.3", + "egui 0.35.0", "enum-map", + "itertools 0.14.0", "log", "mime_guess2", "profiling", diff --git a/Cargo.toml b/Cargo.toml index c19f5f9..4f34102 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ eframe = { version = "0.35.0", default-features = false, features = [ "x11", "wayland", ] } -egui_extras = "0.34.1" +egui_extras = "0.35.0" egui_material_icons = "0.6.0" egui_dnd = "0.15.0"