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]