summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-06-30 22:56:45 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-30 22:56:45 +0200
commit859275b17b14f7e558710cbdf27ace33ca591c66 (patch)
tree24aab4231df92898a138f50aa1da8c6ec90d84ae
parent44d8028b49d6aa954519ce5f9e84eb5816bda2e9 (diff)
Bump dependencies
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 20bd5f5c..3861f8d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ opt-level = 2
decorum = { version = "0.3.1", default-features = false, features = ["serialize-serde"] }
fxhash = "0.2.1"
image = { version = "0.23", default-features = false, features = ["png", "jpeg"] }
-miniz_oxide = "0.3"
+miniz_oxide = "0.4"
pdf-writer = "0.3"
rustybuzz = "0.4"
serde = { version = "1", features = ["derive", "rc"] }
@@ -35,14 +35,14 @@ unicode-xid = "0.2"
xi-unicode = "0.3"
anyhow = { version = "1", optional = true }
dirs = { version = "3", optional = true }
-memmap2 = { version = "0.2", optional = true }
+memmap2 = { version = "0.3", optional = true }
same-file = { version = "1", optional = true }
walkdir = { version = "2", optional = true }
[dev-dependencies]
walkdir = "2"
tiny-skia = "0.5"
-usvg = { version = "0.14", default-features = false }
+usvg = { version = "0.15", default-features = false }
[[bin]]
name = "typst"