From f3934f0f3144e8920c8eda3f717d77b53a24795e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 19:39:14 +0000 Subject: [PATCH] Bump unicase from 2.8.0 to 2.8.1 Bumps [unicase](https://github.com/seanmonstar/unicase) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/seanmonstar/unicase/releases) - [Commits](https://github.com/seanmonstar/unicase/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: unicase dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5e4954..a63fb62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1913,9 +1913,9 @@ checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6" [[package]] name = "unicase" -version = "2.8.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" +checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" [[package]] name = "unicode-ident" diff --git a/Cargo.toml b/Cargo.toml index 4bbcc34..ddeb37a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ eyre = "0.6.12" tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] } shared = { path = "crates/shared" } native-plugin-lib = { git = "https://github.com/MolotovCherry/Native-Plugin-Lib" } -unicase = "2.8.0" +unicase = "2.8.1" winres = "0.1.12" [workspace.dependencies.windows]