Print Markdown to a paper in your terminal

Bump crossbeam-utils from 0.8.3 to 0.8.8

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.3 to 0.8.8.
- [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-utils-0.8.3...crossbeam-utils-0.8.8)

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

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

authored by

dependabot[bot] and committed by
GitHub
abb7bbd7 e9587d91

+2 -3
+2 -3
Cargo.lock
··· 169 169 170 170 [[package]] 171 171 name = "crossbeam-utils" 172 - version = "0.8.3" 172 + version = "0.8.8" 173 173 source = "registry+https://github.com/rust-lang/crates.io-index" 174 - checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" 174 + checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" 175 175 dependencies = [ 176 - "autocfg", 177 176 "cfg-if", 178 177 "lazy_static", 179 178 ]