diff --git a/Cargo.lock b/Cargo.lock index 856504fe0..b654df0d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 6f187b88d..433f95c8d 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -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"] } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 916062de8..9299c05ac 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -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" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 4752cb7b6..efced8d2b 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -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"] } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 4747a963d..e1856796f 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -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"