diff options
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6177c7583a4..253d8c54fa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3556,16 +3556,13 @@ dependencies = [ [[package]] name = "markup5ever" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab" +checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" dependencies = [ "log", "phf", "phf_codegen", - "serde", - "serde_derive", - "serde_json", "string_cache", "string_cache_codegen", "tendril", |