From 315a118ef7cb2c87c749bfa7ad699f0afd1e3548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:18:04 +0000 Subject: [PATCH] build(deps): bump egui_commonmark from 0.18.0 to 0.19.0 Bumps [egui_commonmark](https://github.com/lampsitter/egui_commonmark) from 0.18.0 to 0.19.0. - [Changelog](https://github.com/lampsitter/egui_commonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/lampsitter/egui_commonmark/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: egui_commonmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 36 ++++++++-------------- crates/space_robotics_bench_gui/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 329aab4..9947bab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1084,36 +1084,36 @@ dependencies = [ [[package]] name = "egui_commonmark" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f169228b94d1c8eb9330b7ea1b5f65b1193b6bea95159c87f574ed4aff8c172" +checksum = "43d76bd08ab5264071aab3bd0ad0f5bdc34cf36cbb4be4c17c853a935c84d5fe" dependencies = [ - "egui 0.29.1", + "egui 0.30.0", "egui_commonmark_backend", "egui_commonmark_macros", - "egui_extras 0.29.1", + "egui_extras", "pulldown-cmark", ] [[package]] name = "egui_commonmark_backend" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcd08f95abeb137e59c9bfdd0880d362bff74a83afe13805fde7a2d014ef773d" +checksum = "47acd9dde83a575127a498e4ef77b00377f85c258ae259214bb125c79efefd00" dependencies = [ - "egui 0.29.1", - "egui_extras 0.29.1", + "egui 0.30.0", + "egui_extras", "pulldown-cmark", "syntect", ] [[package]] name = "egui_commonmark_macros" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb1af8e42cb5ab90dc11600ac50fc81f4f87e46f1f6fce6b602f70b45d625fdd" +checksum = "832e1f1f26d4d1d6363bcf27480b9aa8291a9f66745060f4eda54b20b99a8e1b" dependencies = [ - "egui 0.29.1", + "egui 0.30.0", "egui_commonmark_backend", "proc-macro-crate", "proc-macro2", @@ -1122,18 +1122,6 @@ dependencies = [ "syn 2.0.90", ] -[[package]] -name = "egui_extras" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf3c1f5cd8dfe2ade470a218696c66cf556fcfd701e7830fa2e9f4428292a2a1" -dependencies = [ - "ahash", - "egui 0.29.1", - "enum-map", - "log", -] - [[package]] name = "egui_extras" version = "0.30.0" @@ -3573,7 +3561,7 @@ dependencies = [ "eframe", "egui 0.29.1", "egui_commonmark", - "egui_extras 0.30.0", + "egui_extras", "home", "image", "itertools 0.13.0", diff --git a/crates/space_robotics_bench_gui/Cargo.toml b/crates/space_robotics_bench_gui/Cargo.toml index 5e0dbb8..7e2415a 100644 --- a/crates/space_robotics_bench_gui/Cargo.toml +++ b/crates/space_robotics_bench_gui/Cargo.toml @@ -30,7 +30,7 @@ egui_extras = { version = "0.30", default-features = false, features = [ "all_loaders", "syntect", ] } -egui_commonmark = { version = "0.18", default-features = false, features = [ +egui_commonmark = { version = "0.19", default-features = false, features = [ "better_syntax_highlighting", "macros", "pulldown_cmark",