Browse Source

Bump icu_datagen from 1.3.2 to 1.3.3 (#3437)

* Bump icu_datagen from 1.3.2 to 1.3.3

Bumps [icu_datagen](https://github.com/unicode-org/icu4x) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/icu@1.3.2...ind/icu_datagen@1.3.3)

---
updated-dependencies:
- dependency-name: icu_datagen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Regenerate data

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jedel1043 <jedel0124@gmail.com>
pull/3394/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
2f1fef282e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1116
      Cargo.lock
  2. 2
      Cargo.toml
  3. 4
      boa_icu_provider/Cargo.toml
  4. 2
      boa_icu_provider/README.md
  5. BIN
      boa_icu_provider/data/icudata.postcard

1116
Cargo.lock generated

File diff suppressed because it is too large Load Diff

2
Cargo.toml

@ -76,7 +76,7 @@ icu_plurals = { version = "~1.3.0", default-features = false }
icu_list = { version = "~1.3.2", default-features = false } icu_list = { version = "~1.3.2", default-features = false }
icu_casemap = { version = "~1.3.2", default-features = false } icu_casemap = { version = "~1.3.2", default-features = false }
icu_segmenter = { version = "~1.3.2", default-features = false } icu_segmenter = { version = "~1.3.2", default-features = false }
icu_datagen = { version = "~1.3.0", default-features = false } icu_datagen = { version = "~1.3.3", default-features = false }
icu_provider_adapters = { version = "~1.3.0", default-features = false } icu_provider_adapters = { version = "~1.3.0", default-features = false }
icu_provider_blob = { version = "~1.3.2", default-features = false } icu_provider_blob = { version = "~1.3.2", default-features = false }
icu_properties = { version = "~1.3.0", default-features = true } icu_properties = { version = "~1.3.0", default-features = true }

4
boa_icu_provider/Cargo.toml

@ -18,7 +18,7 @@ icu_provider_blob = { workspace = true, features = ["export"] }
icu_provider_adapters = { workspace = true, features = ["serde"] } icu_provider_adapters = { workspace = true, features = ["serde"] }
once_cell = { workspace = true, default-features = false, features = ["critical-section"] } once_cell = { workspace = true, default-features = false, features = ["critical-section"] }
icu_datagen = { workspace = true, optional = true, features = ["networking"] } icu_datagen = { workspace = true, optional = true, features = ["networking", "use_wasm"] }
log = { version = "0.4.20", optional = true } log = { version = "0.4.20", optional = true }
simple_logger = { version = "4.2.0", optional = true } simple_logger = { version = "4.2.0", optional = true }
@ -28,6 +28,6 @@ std = ["once_cell/std"]
bin = ["dep:icu_datagen", "dep:simple_logger", "dep:log"] bin = ["dep:icu_datagen", "dep:simple_logger", "dep:log"]
[[bin]] [[bin]]
name = "boa-datagen" name = "boa_datagen"
path = "src/bin/datagen.rs" path = "src/bin/datagen.rs"
required-features = ["bin"] required-features = ["bin"]

2
boa_icu_provider/README.md

@ -8,5 +8,5 @@ used in the Boa engine to enable internationalization functionality.
To regenerate the data: To regenerate the data:
```bash ```bash
$ cargo run --release --bin boa-datagen --features bin $ cargo run --release --bin boa_datagen --features bin
``` ```

BIN
boa_icu_provider/data/icudata.postcard

Binary file not shown.
Loading…
Cancel
Save