summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-05 14:07:04 +0100
committerGitHub <noreply@github.com>2024-03-05 13:07:04 +0000
commit824859108bda5e9eca2d67f5519cdd60fe382e6a (patch)
treeb8d0b53b148e2427cbffab3fc09ba54a950158a1 /Cargo.toml
parentaa69f4474344d44622fdd2a82e08a157e5656da4 (diff)
Bump dependencies (#3553)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8fdbde57..6736fee7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,6 @@ keywords = ["typst"]
[workspace.dependencies]
typst = { path = "crates/typst" }
typst-cli = { path = "crates/typst-cli" }
-typst-docs = { path = "crates/typst-docs" }
typst-ide = { path = "crates/typst-ide" }
typst-macros = { path = "crates/typst-macros" }
typst-pdf = { path = "crates/typst-pdf" }
@@ -29,7 +28,7 @@ typst-timing = { path = "crates/typst-timing" }
typst-assets = { git = "https://github.com/typst/typst-assets", rev = "79e1c84" }
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "c63ab46" }
az = "1.2"
-base64 = "0.21.2"
+base64 = "0.22"
bitflags = { version = "2", features = ["serde"] }
bytemuck = "1"
chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }