From 64292cbb97407254bdaca949cf33c29139015a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:58:35 +0000 Subject: [PATCH] build(deps): bump unicode-bidi from 0.3.14 to 0.3.15 (#31126) Bumps [unicode-bidi](https://github.com/servo/unicode-bidi) from 0.3.14 to 0.3.15. - [Release notes](https://github.com/servo/unicode-bidi/releases) - [Commits](https://github.com/servo/unicode-bidi/commits) --- 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 83ada74e816..4ab07b39544 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6489,9 +6489,9 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 418c6c4771f..a8fec11236d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ time = "0.1.41" tokio = "1" tokio-rustls = "0.24" tungstenite = "0.20" -unicode-bidi = "0.3.14" +unicode-bidi = "0.3.15" unicode-script = "0.5" url = "2.5" uuid = { version = "1.6.1", features = ["v4"] }