diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-18 17:58:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 17:58:35 +0000 |
commit | 64292cbb97407254bdaca949cf33c29139015a3e (patch) | |
tree | 34c7690e1c313296013343a917568f4991ef36a5 | |
parent | e8212b5db18a39ed987b26f368880d5c5dfaf184 (diff) | |
download | servo-64292cbb97407254bdaca949cf33c29139015a3e.tar.gz servo-64292cbb97407254bdaca949cf33c29139015a3e.zip |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | 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"] } |