summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-08-19 20:06:01 +0200
committerLaurenz <laurmaedje@gmail.com>2023-08-19 20:06:01 +0200
commit3ab179ebd3157107bd650e3abc4e644fc183f79b (patch)
tree05a670026eba37cb0f034aa9eff9455b041ccc93 /crates/typst-syntax/Cargo.toml
parent5fb5854ed80c48660b51ee163b3ff77f7e44ab94 (diff)
Restrict serde version
Diffstat (limited to 'crates/typst-syntax/Cargo.toml')
-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 684e5fb2..af93a550 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", features = ["derive"] }
+serde = { version = ">= 1.0.126, <= 1.0.171", features = ["derive"] }
tracing = "0.1.37"
unicode-ident = "1.0"
unicode-math-class = "0.1"