build(deps): bump spandoc from 0.2.1 to 0.2.2 (#4221)

Bumps [spandoc](https://github.com/yaahc/spandoc) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/yaahc/spandoc/releases)
- [Changelog](https://github.com/yaahc/spandoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yaahc/spandoc/compare/v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: spandoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-04-28 07:08:30 +00:00 committed by GitHub
parent 1f2837c86e
commit 597f55319d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -4362,9 +4362,9 @@ dependencies = [
[[package]]
name = "spandoc"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c026ab1a725f8e3ee7ca4480ce5c88a67778815e0cdf5d190021565a2426b5b"
checksum = "25ed5a886d0234ac48bea41d450e4253cdd0642656249d6454e74c023d0f8821"
dependencies = [
"spandoc-attribute",
"tracing",

View File

@ -75,7 +75,7 @@ zebra-test = { path = "../zebra-test/", optional = true }
color-eyre = "0.6.0"
criterion = { version = "0.3.5", features = ["html_reports"] }
itertools = "0.10.3"
spandoc = "0.2.1"
spandoc = "0.2.2"
tracing = "0.1.31"
hex = { version = "0.4.3", features = ["serde"] }

View File

@ -58,7 +58,7 @@ hex = "0.4.3"
proptest = "0.10.1"
proptest-derive = "0.3.0"
rand07 = { package = "rand", version = "0.7" }
spandoc = "0.2.1"
spandoc = "0.2.2"
tokio = { version = "1.17.0", features = ["full"] }
tracing-error = "0.1.2"
tracing-subscriber = "0.2.25"

View File

@ -37,7 +37,7 @@ zebra-test = { path = "../zebra-test/", optional = true }
[dev-dependencies]
color-eyre = "0.6.0"
once_cell = "1.10.0"
spandoc = "0.2.1"
spandoc = "0.2.2"
hex = { version = "0.4.3", features = ["serde"] }
insta = { version = "1.14.0", features = ["ron"] }

View File

@ -23,7 +23,7 @@ futures = "0.3.21"
color-eyre = "0.5.11"
owo-colors = "3.4.0"
spandoc = "0.2.1"
spandoc = "0.2.2"
thiserror = "1.0.30"
tracing-subscriber = "0.2.25"
tracing-error = "0.1.2"