From e6bdded893e15eef93d6f3ed6c24da10e62a6905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 01:34:30 +0000 Subject: [PATCH] Bump unic-langid from 0.9.1 to 0.9.3 Bumps [unic-langid](https://github.com/zbraniecki/unic-locale) from 0.9.1 to 0.9.3. - [Release notes](https://github.com/zbraniecki/unic-locale/releases) - [Commits](https://github.com/zbraniecki/unic-locale/commits/unic-locale@0.9.3) --- 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 d0103c2..77e7867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4344,9 +4344,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "unic-langid" -version = "0.9.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f" +checksum = "887622f8e7b723780c5e64b04dcc0c9b8f426ada7cca6790cd3ea3bf0f08037a" dependencies = [ "unic-langid-impl", "unic-langid-macros", diff --git a/Cargo.toml b/Cargo.toml index f2d1649..63cdc2c 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.193" -unic-langid = { version = "0.9.1", features = ["macros"] } +unic-langid = { version = "0.9.3", features = ["macros"] } winit = "0.28.7" # Override dependencies to patched versions