From 023785087d4ddbc00b434b7ec8460362537f57c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:07:41 +0000 Subject: [PATCH] Bump writeable from 0.5.2 to 0.5.3 Bumps [writeable](https://github.com/unicode-org/icu4x) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits) --- updated-dependencies: - dependency-name: writeable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- boa_engine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91ec1c5235e..e7c839e76f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5098,9 +5098,9 @@ checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" [[package]] name = "writeable" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60e49e42bdb1d5dc76f4cd78102f8f0714d32edfa3efb82286eb0f0b1fc0da0f" +checksum = "c0af0c3d13faebf8dda0b5256fa7096a2d5ccb662f7b9f54a40fe201077ab1c2" [[package]] name = "wyz" diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index a861f98c42a..8c258f37666 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -90,7 +90,7 @@ icu_provider = { version = "1.2.0", optional = true } icu_list = { version = "1.2.0", features = ["serde"], optional = true } icu_casemapping = { version = "0.7.2", features = ["serde"], optional = true} icu_segmenter = { version = "1.2.1", features = ["serde"], optional = true } -writeable = { version = "0.5.2", optional = true } +writeable = { version = "0.5.3", optional = true } yoke = { version = "0.7.1", optional = true } zerofrom = { version = "0.1.2", optional = true } sys-locale = { version = "0.3.1", optional = true }