summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 194cf12..7262b99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ pathdiff = "0.2"
phf = { version = "0.10", features = ["macros"] }
rayon = "1.5"
regex = "1.5"
-resvg = "0.28"
+resvg = "0.33"
secular = { version = "1.0", features = ["normalization"] }
serde = { version = "1.0", features = ["derive"] }
smallvec = "1.9"
@@ -61,12 +61,9 @@ tempfile = "3.2"
termimad = "0.22.0"
terminal-clipboard = { version = "0.4.0", optional = true }
terminal-light = "1.1.1"
-tiny-skia = "0.8.2"
toml = "0.5"
umask = "2.1.0"
unicode-width = "0.1.8"
-usvg = "0.28.0"
-usvg-text-layout = { version = "0.28.0", default-features = false }
which = "4.4.0"
xterm-query = { version = "0.1", optional = true }