summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Saveau <saveau.alexandre@gmail.com>2023-04-26 02:22:43 -0700
committerGitHub <noreply@github.com>2023-04-26 11:22:43 +0200
commit1d42d6674c5bbeca2be1ca9a35dccd71b9346228 (patch)
tree2ebe2c83dddddde0d643164c4aaba6d8147032d2 /Cargo.toml
parent249d5fe515ddb864582ec711106461c0e03ffe77 (diff)
Upgrade a bunch of deps and remove two unused ones (#968)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3c991c09..cab4f3a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ bench = false
[dependencies]
typst-macros = { path = "macros" }
-bitflags = "1"
+bitflags = { version = "2", features = ["serde"] }
bytemuck = "1"
comemo = "0.2.2"
ecow = "0.1"
@@ -30,7 +30,7 @@ fontdb = "0.9"
if_chain = "1"
image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] }
log = "0.4"
-miniz_oxide = "0.5"
+miniz_oxide = "0.7"
once_cell = "1"
pdf-writer = "0.6"
pixglyph = "0.1"
@@ -42,7 +42,6 @@ serde = { version = "1", features = ["derive"] }
siphasher = "0.3"
subsetter = "0.1.1"
svg2pdf = "0.4"
-thin-vec = "0.2"
tiny-skia = "0.6.6"
ttf-parser = "0.18.1"
unicode-math-class = "0.1"