From a7fbe5151e3feed933a6f66ed946e8e9ed30795a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 24 Oct 2023 15:23:04 +0200 Subject: [PATCH] Bump pdf-writer Fixes #2397 --- Cargo.lock | 4 ++-- crates/typst/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8432b391..cebdd7504 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1670,9 +1670,9 @@ dependencies = [ [[package]] name = "pdf-writer" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b651409cd03bf702052d7491f08d27fbd6b25f96dc8b9b873ada7d0b3342b8d" +checksum = "690874e8cf95d36ddffbdbdaad6ef8714c88bf8085996b673559389a04e38a02" dependencies = [ "bitflags 1.3.2", "itoa", diff --git a/crates/typst/Cargo.toml b/crates/typst/Cargo.toml index 7df455d7e..1ac00d4bb 100644 --- a/crates/typst/Cargo.toml +++ b/crates/typst/Cargo.toml @@ -31,7 +31,7 @@ kurbo = "0.9" log = "0.4" miniz_oxide = "0.7" once_cell = "1" -pdf-writer = "0.9" +pdf-writer = "0.9.1" pixglyph = "0.2" palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] } regex = "1"