From 5f4acb534980cd9645a924ae44a5eed353ec15bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:47:18 +0000 Subject: [PATCH] Bump yoke from 0.7.1 to 0.7.2 Bumps [yoke](https://github.com/unicode-org/icu4x) from 0.7.1 to 0.7.2. - [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: yoke 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 d106db447a3..e56e4c3f07f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5120,9 +5120,9 @@ dependencies = [ [[package]] name = "yoke" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1848075a23a28f9773498ee9a0f2cf58fcbad4f8c0ccf84a210ab33c6ae495de" +checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4" dependencies = [ "serde", "stable_deref_trait", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index 75c2e796f83..d5d60c6242f 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -90,7 +90,7 @@ 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 } -yoke = { version = "0.7.1", optional = true } +yoke = { version = "0.7.2", optional = true } zerofrom = { version = "0.1.2", optional = true } sys-locale = { version = "0.3.1", optional = true }