From 826e31eaa58bbc6c6542c2e1cb5f7d37a07d2e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:11:11 +0200 Subject: [PATCH] build(deps): bump unicode-bidi from 0.3.15 to 0.3.17 (#33642) Bumps [unicode-bidi](https://github.com/servo/unicode-bidi) from 0.3.15 to 0.3.17. - [Release notes](https://github.com/servo/unicode-bidi/releases) - [Commits](https://github.com/servo/unicode-bidi/compare/v0.3.15...v0.3.17) --- 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 1fdb7c8601b..d97bcf5d1c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7549,9 +7549,9 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.15" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" +checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index d4be366562a..2b4864b4e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ tracing = "0.1.40" tracing-subscriber = "0.3.18" tracing-perfetto = "0.1.1" uluru = "3.0" -unicode-bidi = "0.3.15" +unicode-bidi = "0.3.17" unicode-properties = { version = "0.1.3", features = ["emoji"] } unicode-script = "0.5" unicode-segmentation = "1.12.0"