From 52dc0e3a09781d14303ef025267aa2d8761c8f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:57:57 +0300 Subject: [PATCH] chore(deps): bump egui_dnd from 0.15.0 to 0.16.0 (#145) Bumps [egui_dnd](https://github.com/lucasmerlin/hello_egui) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/lucasmerlin/hello_egui/releases) - [Changelog](https://github.com/lucasmerlin/hello_egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/lucasmerlin/hello_egui/compare/egui_dnd-v0.15.0...egui_dnd-v0.16.0) --- updated-dependencies: - dependency-name: egui_dnd dependency-version: 0.16.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> Co-authored-by: Tarasov Aleksandr <55220741+arabianq@users.noreply.github.com> --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 497d521..aeecc14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,22 +1063,22 @@ dependencies = [ [[package]] name = "egui_animation" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd9bc6d586df44e01b90715eec1eb8d73a61c3c3f554edffb01eb0894a8107ef" +checksum = "d4434e99040717912350c108ffe543ef68d34147691523fb726ae99adf0935b4" dependencies = [ - "egui 0.34.3", + "egui 0.35.0", "hello_egui_utils", "simple-easing", ] [[package]] name = "egui_dnd" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51a348b3fdbc048c4241aaa2865255e1fdebbc0099324ded8c5b534e598e600c" +checksum = "b1e40c74727cb2a7db02712604dbd293bb2a1dc8fa461e901612d280678fe56c" dependencies = [ - "egui 0.34.3", + "egui 0.35.0", "egui_animation", "simple-easing", "web-time", @@ -1786,12 +1786,12 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hello_egui_utils" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c34bfd8bff6f6df43b0b73ed7949a7aff0c98c2c1bd4c2f2771f5f2f6d98ced0" +checksum = "7e31f814d47d37c03981b24094192586560fbe490c0b4ae94e808bdf076610b6" dependencies = [ "concat-idents", - "egui 0.34.3", + "egui 0.35.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 015acdc..b819882 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ eframe = { version = "0.35.0", default-features = false, features = [ ] } egui_extras = "0.35.0" egui_material_icons = "0.7.0" -egui_dnd = "0.15.0" +egui_dnd = "0.16.0" reqwest = "0.13.4" percent-encoding = "2.3.2"