From c39e657de00dab48337fafce9878a4fe9f61a61a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 06:48:42 +0000 Subject: [PATCH] Bump unic-langid from 0.9.1 to 0.9.3 in /deepwell 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] --- deepwell/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deepwell/Cargo.lock b/deepwell/Cargo.lock index 2a83af1da4..beb597b49f 100644 --- a/deepwell/Cargo.lock +++ b/deepwell/Cargo.lock @@ -4480,9 +4480,9 @@ checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" [[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", ]