summaryrefslogtreecommitdiff
path: root/crates/typst-syntax
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-08-21 21:49:14 +0200
committerLaurenz <laurmaedje@gmail.com>2023-08-21 21:49:14 +0200
commit522708b9df0b9b2f8265938aa1f0aeda8e6e6c1f (patch)
tree093f1f92bd28b24d4fe12553bc392fb271d1256c /crates/typst-syntax
parentf6005156256dd4b4f99d1a1c15babb43fcc78788 (diff)
Set new minimum serde version
1.0.184 does not ship with a precompiled binary anymore
Diffstat (limited to 'crates/typst-syntax')
-rw-r--r--crates/typst-syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/Cargo.toml b/crates/typst-syntax/Cargo.toml
index af93a550..ec25a336 100644
--- a/crates/typst-syntax/Cargo.toml
+++ b/crates/typst-syntax/Cargo.toml
@@ -19,7 +19,7 @@ bench = false
comemo = "0.3"
ecow = { version = "0.1.1", features = ["serde"] }
once_cell = "1"
-serde = { version = ">= 1.0.126, <= 1.0.171", features = ["derive"] }
+serde = { version = "1.0.184", features = ["derive"] }
tracing = "0.1.37"
unicode-ident = "1.0"
unicode-math-class = "0.1"