From 0f00378baa3877a0042ee3676275a3a9946bac0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:24:46 +0000 Subject: [PATCH] Bump unic-langid from 0.9.1 to 0.9.2 Bumps [unic-langid](https://github.com/zbraniecki/unic-locale) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/zbraniecki/unic-locale/releases) - [Commits](https://github.com/zbraniecki/unic-locale/commits/unic-locale@0.9.2) --- updated-dependencies: - dependency-name: unic-langid 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 9228fc9..a8628bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4343,9 +4343,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "unic-langid" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f" +checksum = "e8aaf058e6e61ccda7a16ce9f892688c79ed2f046999ef4dc4b10d41acd9f379" dependencies = [ "unic-langid-impl", "unic-langid-macros", diff --git a/Cargo.toml b/Cargo.toml index b311fd8..43c24ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ rand = "0.8.5" regex = "1.10.2" ron = "0.8.1" serde = "1.0.192" -unic-langid = { version = "0.9.1", features = ["macros"] } +unic-langid = { version = "0.9.2", features = ["macros"] } winit = "0.28.7" # Override dependencies to patched versions