summaryrefslogtreecommitdiff
path: root/crates/typst-docs
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-docs
parentf6005156256dd4b4f99d1a1c15babb43fcc78788 (diff)
Set new minimum serde version
1.0.184 does not ship with a precompiled binary anymore
Diffstat (limited to 'crates/typst-docs')
-rw-r--r--crates/typst-docs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-docs/Cargo.toml b/crates/typst-docs/Cargo.toml
index ab28e0ca..625c67da 100644
--- a/crates/typst-docs/Cargo.toml
+++ b/crates/typst-docs/Cargo.toml
@@ -18,7 +18,7 @@ heck = "0.4"
include_dir = "0.7"
once_cell = "1"
pulldown-cmark = "0.9"
-serde = { version = ">= 1.0.126, <= 1.0.171", features = ["derive"] }
+serde = { version = "1.0.184", features = ["derive"] }
serde_yaml = "0.8"
syntect = { version = "5", default-features = false, features = ["parsing", "html", "regex-fancy"] }
typed-arena = "2"