Print Markdown to a paper in your terminal

Bump crossbeam-deque from 0.8.0 to 0.8.1

Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-deque-0.8.0...crossbeam-deque-0.8.1)

---
updated-dependencies:
- dependency-name: crossbeam-deque
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
d18bf497 64f6153e

+4 -2
+4 -2
Cargo.lock
··· 1 1 # This file is automatically @generated by Cargo. 2 2 # It is not intended for manual editing. 3 + version = 3 4 + 3 5 [[package]] 4 6 name = "adler" 5 7 version = "1.0.2" ··· 143 145 144 146 [[package]] 145 147 name = "crossbeam-deque" 146 - version = "0.8.0" 148 + version = "0.8.1" 147 149 source = "registry+https://github.com/rust-lang/crates.io-index" 148 - checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" 150 + checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" 149 151 dependencies = [ 150 152 "cfg-if", 151 153 "crossbeam-epoch",