summaryrefslogtreecommitdiff
path: root/crates/typst-docs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-13 14:04:12 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-13 14:44:45 +0200
commitf9feea3f2972815165b357724a9764a7d32377dc (patch)
treee20fc77431e501d65ad3eb615a1dc73d006d2cb8 /crates/typst-docs
parente77d9350140eeaef8b5f5c324eb34a402f581290 (diff)
Bump dependencies
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 b9158a38..e9d84658 100644
--- a/crates/typst-docs/Cargo.toml
+++ b/crates/typst-docs/Cargo.toml
@@ -20,7 +20,7 @@ include_dir = "0.7"
once_cell = "1"
pulldown-cmark = "0.9"
serde = { version = "1.0.184", features = ["derive"] }
-serde_yaml = "0.8"
+serde_yaml = "0.9"
syntect = { version = "5", default-features = false, features = ["parsing", "html", "regex-fancy"] }
typed-arena = "2"
unicode_names2 = "0.6.0"