From c534152eddc8fa21d729d046cc29e9d204bf5147 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Wed, 21 Aug 2024 16:58:46 +0200 Subject: [PATCH] update dep --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea5fe493..db4dacce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,11 +490,11 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pdf-writer" -version = "0.10.0" +version = "0.8.1" +source = "git+https://github.com/LaurenzV/pdf-writer?rev=d052a79#d052a79f901549ad0fd05d81ce72b51de7973c69" dependencies = [ - "bitflags 2.6.0", + "bitflags 1.3.2", "itoa", - "memchr", "ryu", ] diff --git a/Cargo.toml b/Cargo.toml index 99f49409..a312d2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" image = { version = "0.25.1", default-features = false, features = ["jpeg", "png", "gif", "webp"] } miniz_oxide = "0.7.4" once_cell = "1.19.0" -pdf-writer = {path = "../pdf-writer"} +pdf-writer = {git="https://github.com/LaurenzV/pdf-writer", rev="d052a79"} resvg = {git = "https://github.com/LaurenzV/resvg", rev = "1c2b6bd0"} siphasher = "1.0.1" skrifa = {git="https://github.com/LaurenzV/fontations", rev="0ed7955"}