From 7a20f192b579027a4ce8a6a167654700415377d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 07:55:04 +0000 Subject: [PATCH] chore(deps): update rust crate malva to 0.4.0 --- Cargo.lock | 4 ++-- crates/web_fmt/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a26e053..8609ebe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -637,9 +637,9 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "malva" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29b2d8f629d6e4a3df85882a57d61254ab21745f190f1ab2a9c1efd7b3a3e916" +checksum = "5dc43b1ef867d69ea8917b88e0aefe1b85a7502f5c642b165132ee968ef49544" dependencies = [ "aho-corasick", "itertools", diff --git a/crates/web_fmt/Cargo.toml b/crates/web_fmt/Cargo.toml index 6428fbd..3933fa4 100644 --- a/crates/web_fmt/Cargo.toml +++ b/crates/web_fmt/Cargo.toml @@ -20,7 +20,7 @@ common = { workspace = true, features = [ biome_fmt = { workspace = true, default-features = false } json_fmt = { workspace = true, default-features = false } -malva = { version = "0.3.0", features = ["config_serde"] } +malva = { version = "0.4.0", features = ["config_serde"] } markup_fmt = { version = "0.8.0", features = ["config_serde"] } serde = { workspace = true, features = ["derive"] }