From a718d87da45f269b73b71b973ab5058287ecb2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:43:28 +0000 Subject: [PATCH] Bump typstyle from 0.12.6 to 0.12.9 (#47) Bumps [typstyle](https://github.com/Enter-tainer/typstyle) from 0.12.6 to 0.12.9. - [Release notes](https://github.com/Enter-tainer/typstyle/releases) - [Changelog](https://github.com/Enter-tainer/typstyle/blob/master/CHANGELOG.md) - [Commits](https://github.com/Enter-tainer/typstyle/compare/v0.12.6...v0.12.9) --- updated-dependencies: - dependency-name: typstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b475254..7c137af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -562,9 +562,9 @@ dependencies = [ [[package]] name = "typstyle" -version = "0.12.6" +version = "0.12.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f4547b8a7129c4d498de4c9f920f403f102f10b4243bdbb27d84220a27ee347" +checksum = "9cf64e352fbdcd234aba54232d444946ed10fc3441568f7a1eceb7241f597fdd" dependencies = [ "anyhow", "ecow", diff --git a/Cargo.toml b/Cargo.toml index c8e7494..e9ad530 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.12.6", default-features = false } +typstyle = { version = "0.12.9", default-features = false } [lib] crate-type = ["lib", "cdylib"]