diff --git a/crates/sauron-core/Cargo.toml b/crates/sauron-core/Cargo.toml index f0c5b0222..33b0bbc43 100644 --- a/crates/sauron-core/Cargo.toml +++ b/crates/sauron-core/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" cfg-if = "0.1" thiserror = "1.0" doc-comment = "0.3" -mt-dom = { version = "0.6" } +mt-dom = { version = "0.7" } serde_json = { version = "1", features = ["preserve_order"] }