summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-11-28 16:37:04 +0100
committerMinijackson <minijackson@riseup.net>2021-11-28 16:37:04 +0100
commit6e133b25e02edba228c488a4239334885b5ebc85 (patch)
tree4c83e59278b2aea2951bf16586feeec19516df50 /Cargo.lock
parente1d7691ebd38e27b14f2549e01e59c08ea84d821 (diff)
downloadpandoc-docbook-6e133b25e02edba228c488a4239334885b5ebc85.tar.gz
pandoc-docbook-6e133b25e02edba228c488a4239334885b5ebc85.zip
config: add way for setting pandoc default optionsHEADmaster
and update Cargo.lock
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 11 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 81f5135..57fb5a0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -72,9 +72,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
72 72
73[[package]] 73[[package]]
74name = "cc" 74name = "cc"
75version = "1.0.71" 75version = "1.0.72"
76source = "registry+https://github.com/rust-lang/crates.io-index" 76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd" 77checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
78 78
79[[package]] 79[[package]]
80name = "cfg-if" 80name = "cfg-if"
@@ -284,9 +284,9 @@ dependencies = [
284 284
285[[package]] 285[[package]]
286name = "libc" 286name = "libc"
287version = "0.2.106" 287version = "0.2.108"
288source = "registry+https://github.com/rust-lang/crates.io-index" 288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673" 289checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
290 290
291[[package]] 291[[package]]
292name = "linked-hash-map" 292name = "linked-hash-map"
@@ -380,9 +380,9 @@ checksum = "2386b4ebe91c2f7f51082d4cefa145d030e33a1842a96b12e4885cc3c01f7a55"
380 380
381[[package]] 381[[package]]
382name = "pandoc" 382name = "pandoc"
383version = "0.8.6" 383version = "0.8.8"
384source = "registry+https://github.com/rust-lang/crates.io-index" 384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "8c5ab1abdd81ed62e852d412d18964925e42c8f154c61e89c6296b1a06b6daeb" 385checksum = "0eac785b7de8de25c5ec48b3a9df1be552de03906f99145ed6d7da3d696c0dbb"
386dependencies = [ 386dependencies = [
387 "itertools", 387 "itertools",
388] 388]
@@ -401,6 +401,7 @@ dependencies = [
401 "pandoc", 401 "pandoc",
402 "pandoc_ast", 402 "pandoc_ast",
403 "serde 1.0.130", 403 "serde 1.0.130",
404 "serde_json",
404 "tempfile", 405 "tempfile",
405] 406]
406 407
@@ -601,9 +602,9 @@ dependencies = [
601 602
602[[package]] 603[[package]]
603name = "serde_json" 604name = "serde_json"
604version = "1.0.69" 605version = "1.0.72"
605source = "registry+https://github.com/rust-lang/crates.io-index" 606source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8" 607checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
607dependencies = [ 608dependencies = [
608 "itoa", 609 "itoa",
609 "ryu", 610 "ryu",
@@ -633,9 +634,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
633 634
634[[package]] 635[[package]]
635name = "syn" 636name = "syn"
636version = "1.0.81" 637version = "1.0.82"
637source = "registry+https://github.com/rust-lang/crates.io-index" 638source = "registry+https://github.com/rust-lang/crates.io-index"
638checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966" 639checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
639dependencies = [ 640dependencies = [
640 "proc-macro2", 641 "proc-macro2",
641 "quote", 642 "quote",