diff --git a/Cargo.lock b/Cargo.lock index 91ec1c5235e..e44d8c465a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5146,9 +5146,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 a861f98c42a..6254bd14c2d 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -92,7 +92,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 } fixed_decimal = { version = "0.5.4", features = ["ryu"], optional = true}