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 }