Browse Source

Bump icu_datagen from 1.4.0 to 1.4.1 (#3526)

Bumps [icu_datagen](https://github.com/unicode-org/icu4x) from 1.4.0 to 1.4.1.
- [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.4.0...ind/icu_datagen@1.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3535/head
dependabot[bot] 11 months ago committed by GitHub
parent
commit
a4d69ef6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 50
      Cargo.lock
  2. 2
      Cargo.toml

50
Cargo.lock generated

@ -1450,15 +1450,6 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "fraction"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59a78dd758a47a7305478e0e054f9fde4e983b9f9eccda162bf7ca03b79e9d40"
dependencies = [
"num",
]
[[package]]
name = "funty"
version = "2.0.0"
@ -1750,14 +1741,13 @@ dependencies = [
[[package]]
name = "icu_datagen"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35e2d9466b2860a0c23132001e774589624c264e48b98d14382d71805404d56a"
checksum = "5a21dec81a41daa5848ed26b230c90656616d4e35557a88a683e311773faa01d"
dependencies = [
"displaydoc",
"either",
"elsa",
"fraction",
"icu_calendar",
"icu_casemap",
"icu_codepointtrie_builder",
@ -1779,7 +1769,6 @@ dependencies = [
"log",
"memchr",
"ndarray",
"num-bigint",
"once_cell",
"serde",
"serde-aux",
@ -2412,19 +2401,6 @@ dependencies = [
"libc",
]
[[package]]
name = "num"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
dependencies = [
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.4.4"
@ -2457,28 +2433,6 @@ dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.17"

2
Cargo.toml

@ -80,7 +80,7 @@ icu_plurals = { version = "~1.4.0", default-features = false }
icu_list = { version = "~1.4.0", default-features = false }
icu_casemap = { version = "~1.4.0", default-features = false }
icu_segmenter = { version = "~1.4.0", default-features = false }
icu_datagen = { version = "~1.4.0", default-features = false }
icu_datagen = { version = "~1.4.1", default-features = false }
icu_provider_adapters = { version = "~1.4.0", default-features = false }
icu_provider_blob = { version = "~1.4.0", default-features = false }
icu_properties = { version = "~1.4.0", default-features = true }

Loading…
Cancel
Save