diff --git a/Cargo.lock b/Cargo.lock index 13afac005..c5d4d896a 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=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", diff --git a/Cargo.toml b/Cargo.toml index 93df1d0d4..f65adf2ba 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 = "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"