summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-06 15:33:30 +0100
committerGitHub <noreply@github.com>2024-03-06 14:33:30 +0000
commitcf2f789c07b64cd59f472dfd64877be44c9337d2 (patch)
tree3adbb71a726f54448cb9c116816cecd4e2f77480 /Cargo.toml
parenta558fd232b379e527eac2d5196eb9367b7d28032 (diff)
Bump assets (#3560)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 178dd14b..5da58be2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ typst-render = { path = "crates/typst-render" }
typst-svg = { path = "crates/typst-svg" }
typst-syntax = { path = "crates/typst-syntax" }
typst-timing = { path = "crates/typst-timing" }
-typst-assets = { git = "https://github.com/typst/typst-assets", rev = "79e1c84" }
+typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4d1211a" }
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "c63ab46" }
az = "1.2"
base64 = "0.22"