From 33bab64804d79d0f9057a9a3692aa354f39aab82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:18:54 +0000 Subject: [PATCH] Bump icu_datagen from 1.2.3 to 1.2.4 (#2871) Bumps [icu_datagen](https://github.com/unicode-org/icu4x) from 1.2.3 to 1.2.4.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=icu_datagen&package-manager=cargo&previous-version=1.2.3&new-version=1.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- Cargo.lock | 5 ++--- boa_icu_provider/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c623624220..4b33bc5f49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -794,7 +794,6 @@ dependencies = [ "anstyle", "bitflags 1.3.2", "clap_lex 0.4.1", - "once_cell", "strsim", ] @@ -1994,9 +1993,9 @@ dependencies = [ [[package]] name = "icu_datagen" -version = "1.2.3" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c20e7886449669257f4dfdad042b939a1a32ad618902a6b83936f7d9f7e8146" +checksum = "4a9468f8e941739ba87b9b38e2f92bc88e5ee96d777ced1c769c5230032a53d5" dependencies = [ "cached-path", "clap 4.2.4", diff --git a/boa_icu_provider/Cargo.toml b/boa_icu_provider/Cargo.toml index 9980e2f816..6787fa66b6 100644 --- a/boa_icu_provider/Cargo.toml +++ b/boa_icu_provider/Cargo.toml @@ -19,7 +19,7 @@ icu_normalizer = "1.2.0" icu_properties = "1.2.0" zerovec = "0.9.4" -icu_datagen = { version = "1.2.3", optional = true } +icu_datagen = { version = "1.2.4", optional = true } icu_provider_blob = { version = "1.2.0", optional = true } icu_provider_adapters = { version = "1.2.0", features = ["serde"], optional = true } once_cell = { version = "1.17.1", default-features = false, features = [