From 2befdd63b84b3d35e20ab65a8a4474a4fdd41ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:50:32 +0000 Subject: [PATCH] build(deps): bump unicode-bidi from 0.3.17 to 0.3.18 (#34668) Bumps [unicode-bidi](https://github.com/servo/unicode-bidi) from 0.3.17 to 0.3.18. - [Release notes](https://github.com/servo/unicode-bidi/releases) - [Commits](https://github.com/servo/unicode-bidi/compare/v0.3.17...v0.3.18) --- updated-dependencies: - dependency-name: unicode-bidi 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2e46c3e98b..6add87aeea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7677,9 +7677,9 @@ checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" [[package]] name = "unicode-bidi" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 387e883272e..108a115371b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,7 +142,7 @@ tracing-perfetto = "0.1.3" tracing-subscriber = "0.3.19" tungstenite = "0.20" uluru = "3.0" -unicode-bidi = "0.3.17" +unicode-bidi = "0.3.18" unicode-properties = { version = "0.1.3", features = ["emoji"] } unicode-script = "0.5" unicode-segmentation = "1.12.0"