Bump krilla

This commit is contained in:
Laurenz Stampfl 2025-03-27 15:49:48 +01:00
parent 1dd35d432b
commit 68841294ba
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1345,7 +1345,7 @@ dependencies = [
[[package]]
name = "krilla"
version = "0.3.0"
source = "git+https://github.com/LaurenzV/krilla?rev=1483bcf#1483bcf312fd986fb32521cc27232b876484c840"
source = "git+https://github.com/LaurenzV/krilla?rev=d2ff459#d2ff459b8c9ae1d92c0786e3ec4c7eb7a262e3e9"
dependencies = [
"base64",
"bumpalo",
@ -1372,7 +1372,7 @@ dependencies = [
[[package]]
name = "krilla-svg"
version = "0.3.0"
source = "git+https://github.com/LaurenzV/krilla?rev=1483bcf#1483bcf312fd986fb32521cc27232b876484c840"
source = "git+https://github.com/LaurenzV/krilla?rev=d2ff459#d2ff459b8c9ae1d92c0786e3ec4c7eb7a262e3e9"
dependencies = [
"flate2",
"fontdb",

View File

@ -71,8 +71,8 @@ if_chain = "1"
image = { version = "0.25.5", default-features = false, features = ["png", "jpeg", "gif"] }
indexmap = { version = "2", features = ["serde"] }
kamadak-exif = "0.6"
krilla = { git = "https://github.com/LaurenzV/krilla", rev = "1483bcf", default-features = false, features = ["raster-images", "comemo", "rayon"] }
krilla-svg = { git = "https://github.com/LaurenzV/krilla", rev = "1483bcf" }
krilla = { git = "https://github.com/LaurenzV/krilla", rev = "d2ff459", default-features = false, features = ["raster-images", "comemo", "rayon"] }
krilla-svg = { git = "https://github.com/LaurenzV/krilla", rev = "d2ff459" }
kurbo = "0.11"
libfuzzer-sys = "0.4"
lipsum = "0.9"