From 3310199cd0e5dd279ea4fb3896aedfe052d63522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:06:28 +0000 Subject: [PATCH] build(deps): bump unicode-bidi from 0.3.13 to 0.3.14 (#30837) Bumps [unicode-bidi](https://github.com/servo/unicode-bidi) from 0.3.13 to 0.3.14. - [Release notes](https://github.com/servo/unicode-bidi/releases) - [Commits](https://github.com/servo/unicode-bidi/commits/v0.3.14) --- 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 485f1760e09..45b3b28f3c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6391,9 +6391,9 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" +checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index b869531aaec..80d4b94bd35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ time = "0.1.41" tokio = "1" tokio-rustls = "0.24" tungstenite = "0.20" -unicode-bidi = "0.3.4" +unicode-bidi = "0.3.14" unicode-script = "0.5" url = "2.5" uuid = { version = "1.6.1", features = ["v4"] }