summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz Stampfl <47084093+LaurenzV@users.noreply.github.com>2024-06-16 11:38:33 +0200
committerGitHub <noreply@github.com>2024-06-16 09:38:33 +0000
commitfeedfe80cb86f880245f7b2361b83459c72ee36d (patch)
tree89832bffe311aee263e74c7c56fae3d3515243c2 /Cargo.lock
parent34550220aee087271769fb9e5d94d1faebe243c1 (diff)
Improve subsetting (#4373)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 72f757cd..3e99ea81 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2255,15 +2255,13 @@ dependencies = [
[[package]]
name = "subsetter"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "09eab8a83bff89ba2200bd4c59be45c7c787f988431b936099a5a266c957f2f9"
+version = "0.11.0"
+source = "git+https://github.com/typst/subsetter?rev=4e0058b#4e0058b4b9a0948a5f79894111948d95e59ba350"
[[package]]
name = "svg2pdf"
version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e31565956eb1dc398c0d9776ee1d1bac4e34759af63dcbe0520df32313a5b53b"
+source = "git+https://github.com/typst/svg2pdf?rev=39f8ad3#39f8ad3b35e14cfcabf3d5d916899f7ac78790f7"
dependencies = [
"fontdb",
"image 0.25.1",