From 1492624bb5a9f593b85b3b7debfca446f0a7cfdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:18:51 +0000 Subject: [PATCH] build(deps): bump unicode-properties from 0.1.1 to 0.1.2 (#33142) Bumps [unicode-properties](https://github.com/unicode-rs/unicode-properties) from 0.1.1 to 0.1.2. - [Commits](https://github.com/unicode-rs/unicode-properties/compare/v0.1.1...v0.1.2) --- updated-dependencies: - dependency-name: unicode-properties dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12436fed0c3..75eb6dcf720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3899,7 +3899,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -7207,9 +7207,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-properties" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" +checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524" [[package]] name = "unicode-script" @@ -7900,7 +7900,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 71a7f4ebc24..0e05f360bb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ tokio-rustls = "0.24" tungstenite = "0.20" uluru = "3.0" unicode-bidi = "0.3.15" -unicode-properties = { version = "0.1.1", features = ["emoji"] } +unicode-properties = { version = "0.1.2", features = ["emoji"] } unicode-script = "0.5" unicode-segmentation = "1.1.0" url = "2.5"