From 176aec01810befd60f90f53b71c0e76e231fa625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:48:40 +0000 Subject: [PATCH] Bump zerofrom from 0.1.2 to 0.1.3 Bumps [zerofrom](https://github.com/unicode-org/icu4x) from 0.1.2 to 0.1.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: zerofrom 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..efac6b96475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5144,9 +5144,9 @@ dependencies = [ [[package]] name = "zerofrom" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df54d76c3251de27615dfcce21e636c172dafb2549cd7fd93e21c66f6ca6bea2" +checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7" dependencies = [ "zerofrom-derive", ] diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index 75c2e796f83..04de7a5c6e9 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -91,7 +91,7 @@ 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 } -zerofrom = { version = "0.1.2", optional = true } +zerofrom = { version = "0.1.3", optional = true } sys-locale = { version = "0.3.1", optional = true } [dev-dependencies]