Print Markdown to a paper in your terminal

Update packages

+11 -11
+11 -11
Cargo.lock
··· 34 34 version = "0.2.14" 35 35 source = "registry+https://github.com/rust-lang/crates.io-index" 36 36 dependencies = [ 37 - "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 37 + "hermit-abi 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 38 38 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 39 39 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 40 40 ] ··· 143 143 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 144 144 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 145 145 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", 146 - "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 146 + "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 147 147 ] 148 148 149 149 [[package]] ··· 225 225 226 226 [[package]] 227 227 name = "hermit-abi" 228 - version = "0.1.6" 228 + version = "0.1.7" 229 229 source = "registry+https://github.com/rust-lang/crates.io-index" 230 230 dependencies = [ 231 231 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ··· 233 233 234 234 [[package]] 235 235 name = "hex" 236 - version = "0.4.1" 236 + version = "0.4.2" 237 237 source = "registry+https://github.com/rust-lang/crates.io-index" 238 238 239 239 [[package]] ··· 290 290 version = "0.3.3" 291 291 source = "registry+https://github.com/rust-lang/crates.io-index" 292 292 dependencies = [ 293 - "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 293 + "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 294 294 ] 295 295 296 296 [[package]] ··· 363 363 version = "1.12.0" 364 364 source = "registry+https://github.com/rust-lang/crates.io-index" 365 365 dependencies = [ 366 - "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", 366 + "hermit-abi 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", 367 367 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", 368 368 ] 369 369 ··· 520 520 521 521 [[package]] 522 522 name = "scopeguard" 523 - version = "1.0.0" 523 + version = "1.1.0" 524 524 source = "registry+https://github.com/rust-lang/crates.io-index" 525 525 526 526 [[package]] ··· 619 619 "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", 620 620 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", 621 621 "enquote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 622 - "hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", 622 + "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", 623 623 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", 624 624 "tree-sitter 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", 625 625 ] ··· 766 766 "checksum getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 767 767 "checksum gif 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "471d90201b3b223f3451cd4ad53e34295f16a1df17b1edf3736d47761c3981af" 768 768 "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" 769 - "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" 770 - "checksum hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76cdda6bf525062a0c9e8f14ee2b37935c86b8efb6c8b69b3c83dfb518a914af" 769 + "checksum hermit-abi 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e2c55f143919fbc0bc77e427fe2d74cf23786d7c1875666f2fde3ac3c659bb67" 770 + "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" 771 771 "checksum image 0.21.3 (registry+https://github.com/rust-lang/crates.io-index)" = "35371e467cd7b0b3d1d6013d619203658467df12d61b0ca43cd67b743b1965eb" 772 772 "checksum inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff" 773 773 "checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" ··· 800 800 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 801 801 "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" 802 802 "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" 803 - "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" 803 + "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 804 804 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 805 805 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 806 806 "checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"