From 34260217f799be8f815b78c8e59439d33343c8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 16:29:19 +0000 Subject: [PATCH] build(deps): bump cursor-icon from 1.1.0 to 1.2.0 Bumps [cursor-icon](https://github.com/rust-windowing/cursor-icon) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/rust-windowing/cursor-icon/releases) - [Changelog](https://github.com/rust-windowing/cursor-icon/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/cursor-icon/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: cursor-icon dependency-version: 1.2.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 391c553a00b..e1ece39ad25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1482,9 +1482,9 @@ dependencies = [ [[package]] name = "cursor-icon" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" +checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" [[package]] name = "darling"