From d87db8530f61bb80a10ecd0e851721da37d6325f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:10:22 +0000 Subject: [PATCH] Bump unic-langid from 0.9.1 to 0.9.5 Bumps [unic-langid](https://github.com/zbraniecki/unic-locale) from 0.9.1 to 0.9.5. - [Release notes](https://github.com/zbraniecki/unic-locale/releases) - [Commits](https://github.com/zbraniecki/unic-locale/commits) --- updated-dependencies: - dependency-name: unic-langid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86c9b56..8cce060 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,18 +235,18 @@ dependencies = [ [[package]] name = "unic-langid" -version = "0.9.1" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f" +checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" dependencies = [ "unic-langid-impl", ] [[package]] name = "unic-langid-impl" -version = "0.9.1" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff" +checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" dependencies = [ "tinystr", ]