diff --git a/Cargo.lock b/Cargo.lock index c5d4d896a..2f655f178 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1345,7 +1345,7 @@ dependencies = [ [[package]] name = "krilla" version = "0.3.0" -source = "git+https://github.com/LaurenzV/krilla?rev=d2ff459#d2ff459b8c9ae1d92c0786e3ec4c7eb7a262e3e9" +source = "git+https://github.com/LaurenzV/krilla?rev=884d368a#884d368a6b0be07806cc33373802a4dafba65e48" dependencies = [ "base64", "bumpalo", @@ -1372,7 +1372,7 @@ dependencies = [ [[package]] name = "krilla-svg" version = "0.3.0" -source = "git+https://github.com/LaurenzV/krilla?rev=d2ff459#d2ff459b8c9ae1d92c0786e3ec4c7eb7a262e3e9" +source = "git+https://github.com/LaurenzV/krilla?rev=884d368a#884d368a6b0be07806cc33373802a4dafba65e48" dependencies = [ "flate2", "fontdb", diff --git a/Cargo.toml b/Cargo.toml index f65adf2ba..846a95461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "d2ff459", default-features = false, features = ["raster-images", "comemo", "rayon"] } -krilla-svg = { git = "https://github.com/LaurenzV/krilla", rev = "d2ff459" } +krilla = { git = "https://github.com/LaurenzV/krilla", rev = "884d368a", default-features = false, features = ["raster-images", "comemo", "rayon"] } +krilla-svg = { git = "https://github.com/LaurenzV/krilla", rev = "884d368a" } kurbo = "0.11" libfuzzer-sys = "0.4" lipsum = "0.9"