summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-14 12:39:55 +0100
committerGitHub <noreply@github.com>2024-02-14 11:39:55 +0000
commit52571dd9efed3a76db85123781e27f96598dc4b3 (patch)
treeeca7ba91e7ca478c40dd94051c1475656a42bf68 /Cargo.lock
parent8ed1eff7b5b76b72eef8e67ee9120e5d24925aa7 (diff)
Fix named destinations (#3411)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d3ddcf6e..13a11278 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1616,8 +1616,9 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]
name = "pdf-writer"
-version = "0.9.0"
-source = "git+https://github.com/heinenen/pdf-writer?branch=named_destinations#58c6dc1552aa72f5e2c07a37045526fcf365d34a"
+version = "0.9.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "644b654f2de28457bf1e25a4905a76a563d1128a33ce60cf042f721f6818feaf"
dependencies = [
"bitflags 1.3.2",
"itoa",