From cbe5b24f736a14eebbf6d407a1ee6014f72c29f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:06:38 +0000 Subject: [PATCH] chore(deps): bump egui-phosphor from 0.7.2 to 0.7.3 Bumps [egui-phosphor](https://github.com/amPerl/egui-phosphor) from 0.7.2 to 0.7.3. - [Changelog](https://github.com/amPerl/egui-phosphor/blob/main/CHANGELOG.md) - [Commits](https://github.com/amPerl/egui-phosphor/compare/v0.7.2...v0.7.3) --- updated-dependencies: - dependency-name: egui-phosphor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d52e1877..4975ff8ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1364,9 +1364,9 @@ dependencies = [ [[package]] name = "egui-phosphor" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134c93958b82a3b486b1992636c44e585b8f22bdab845b7bf6fad69dc9b733a2" +checksum = "74744068685d20e004d1a4326c48403b6759e325c7fce8c5eeeab93f0a9f67ca" dependencies = [ "egui", ]