build(deps): bump typst-syntax from 0.13.1 to 0.14.2

Bumps [typst-syntax](https://github.com/typst/typst) from 0.13.1 to 0.14.2.
- [Release notes](https://github.com/typst/typst/releases)
- [Commits](https://github.com/typst/typst/compare/v0.13.1...v0.14.2)

---
updated-dependencies:
- dependency-name: typst-syntax
  dependency-version: 0.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-15 01:09:37 +00:00 committed by GitHub
parent 531bd25fc5
commit 4ab03f87c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 7 deletions

14
Cargo.lock generated
View file

@ -6044,11 +6044,12 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
[[package]]
name = "typst-syntax"
version = "0.13.1"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ba949ac75a374ea6b2f61d32e6c63acb818e6179d16f78b2cba988fbb5e23a8"
checksum = "a95d9192060e23b1e491b0b94dff676acddc92a4d672aeb8ca3890a5a734e879"
dependencies = [
"ecow",
"rustc-hash 2.1.1",
"serde",
"toml 0.8.23",
"typst-timing",
@ -6062,9 +6063,9 @@ dependencies = [
[[package]]
name = "typst-timing"
version = "0.13.1"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ba4541664e98be2023db2267d92af206190eb903063a0229c668e1ab9dca976"
checksum = "7be94f8faf19841b49574ef5c7fd7a12e2deb7c3d8deba5a596f35d2222024cd"
dependencies = [
"parking_lot",
"serde",
@ -6073,13 +6074,14 @@ dependencies = [
[[package]]
name = "typst-utils"
version = "0.13.1"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eb71d59967e0fb32341f8a94f41ced8da520c63705cca2686ae653c9408fd96"
checksum = "a3966c92e8fa48c7ce898130d07000d985f18206d92b250f0f939287fbccdee3"
dependencies = [
"once_cell",
"portable-atomic",
"rayon",
"rustc-hash 2.1.1",
"siphasher",
"thin-vec",
"unicode-math-class",

View file

@ -8,7 +8,7 @@ repository = "https://github.com/automattic/harper"
[dependencies]
harper-core = { path = "../harper-core", version = "1.0.0" }
typst-syntax = { version = "0.13.1" }
typst-syntax = { version = "0.14.2" }
ordered-float = { version = "5.1.0", features = ["serde"] }
itertools = "0.14.0"
paste = "1.0.14"