diff options
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | crates/typst/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 7df455d7..1ac00d4b 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" |
