diff --git a/Cargo.lock b/Cargo.lock index 094d515..7daa34a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,9 +531,9 @@ dependencies = [ [[package]] name = "typstyle" -version = "0.11.34" +version = "0.11.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aa427d9021e39aaeaa88fc8f915ccce5501f4d48771cbfa400f1e93e03a3b61" +checksum = "a800892acc05524e9669907bdba733693c8371fd4edf84bc4f7d5309c0129e26" dependencies = [ "anyhow", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 40b2ed0..a2e6e9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = { version = "1.0", features = ["preserve_order"] } # Disable default feature to omit `wasm-bindgen` # https://github.com/Enter-tainer/typstyle/blob/2129609c0414e163d3ca1460d97c7b2ae5c271ff/Cargo.toml#L42C1-L42C13 # https://github.com/dprint/dprint/issues/447 -typstyle = { version = "0.11.34", default-features = false } +typstyle = { version = "0.11.35", default-features = false } [lib] crate-type = ["lib", "cdylib"]