Fix broken git dependencies.

Pinning hashes means these won't break again in the future; they can always be updated.
This commit is contained in:
Henry de Valence 2020-06-22 19:57:39 -07:00
parent e8561d8f9e
commit 70241d3cad
7 changed files with 14 additions and 26 deletions

21
Cargo.lock generated
View File

@ -3,7 +3,7 @@
[[package]]
name = "abscissa_core"
version = "0.5.2"
source = "git+https://github.com/yaahc/abscissa.git?branch=develop#41d342a9344e38442b2211b07f28a89505892a21"
source = "git+https://github.com/yaahc/abscissa.git?rev=41d342a9344e38442b2211b07f28a89505892a21#41d342a9344e38442b2211b07f28a89505892a21"
dependencies = [
"abscissa_derive",
"backtrace",
@ -30,7 +30,7 @@ dependencies = [
[[package]]
name = "abscissa_derive"
version = "0.5.0"
source = "git+https://github.com/yaahc/abscissa.git?branch=develop#41d342a9344e38442b2211b07f28a89505892a21"
source = "git+https://github.com/yaahc/abscissa.git?rev=41d342a9344e38442b2211b07f28a89505892a21#41d342a9344e38442b2211b07f28a89505892a21"
dependencies = [
"darling",
"ident_case",
@ -290,26 +290,13 @@ dependencies = [
[[package]]
name = "color-eyre"
version = "0.5.0"
source = "git+https://github.com/yaahc/color-eyre.git?branch=hooked#f882a88a7037aa621a42c3719d06a2286aa0f8de"
source = "git+https://github.com/yaahc/color-eyre.git?rev=f882a88a7037aa621a42c3719d06a2286aa0f8de#f882a88a7037aa621a42c3719d06a2286aa0f8de"
dependencies = [
"ansi_term",
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058b1bb1ea9b128049d3aa4cfbf166c6c8e53f3eade5f40ebb2d2a51cef65058"
dependencies = [
"ansi_term",
"tracing-core",
"tracing-error",
]
[[package]]
@ -1737,7 +1724,7 @@ dependencies = [
[[package]]
name = "spandoc"
version = "0.1.3"
source = "git+https://github.com/yaahc/spandoc.git#554358be632b156a6f0af963b0b244e2665b4767"
source = "git+https://github.com/yaahc/spandoc.git?rev=554358be632b156a6f0af963b0b244e2665b4767#554358be632b156a6f0af963b0b244e2665b4767"
dependencies = [
"matches",
"proc-macro2 1.0.18",

View File

@ -19,4 +19,6 @@ panic = "abort"
panic = "abort"
[patch.crates-io]
abscissa_core = { git = "https://github.com/yaahc/abscissa.git", branch = "develop" }
abscissa_core = { git = "https://github.com/yaahc/abscissa.git", rev = "41d342a9344e38442b2211b07f28a89505892a21" }
color-eyre = { git = "https://github.com/yaahc/color-eyre.git", rev = "f882a88a7037aa621a42c3719d06a2286aa0f8de", features = ["capture-spantrace"] }
spandoc = { git = "https://github.com/yaahc/spandoc.git", rev = "554358be632b156a6f0af963b0b244e2665b4767" }

View File

@ -21,4 +21,4 @@ tokio = { version = "0.2", features = ["full"]}
tracing-error = "0.1.2"
tracing-subscriber = "0.2.6"
tracing = "0.1.15"
color-eyre = { git = "https://github.com/yaahc/color-eyre.git", branch = "hooked", features = ["capture-spantrace"] }
color-eyre = "0.5"

View File

@ -15,9 +15,9 @@ tower = "0.3.1"
[dev-dependencies]
zebra-test = { path = "../zebra-test/" }
spandoc = { git = "https://github.com/yaahc/spandoc.git" }
spandoc = "0.1"
tokio = { version = "0.2.21", features = ["full"] }
tracing = "0.1.15"
tracing-error = "0.1.2"
tracing-subscriber = "0.2.6"
color-eyre = { git = "https://github.com/yaahc/color-eyre.git", branch = "hooked", features = ["capture-spantrace"] }
color-eyre = "0.5"

View File

@ -156,8 +156,7 @@ where
mod tests {
use super::*;
use color_eyre::Report;
use eyre::{bail, ensure, eyre};
use color_eyre::eyre::{bail, ensure, eyre, Report};
use tower::{util::ServiceExt, Service};
use zebra_chain::serialization::ZcashDeserialize;

View File

@ -19,10 +19,10 @@ serde = { version = "1", features = ["serde_derive"] }
[dev-dependencies]
tokio = { version = "0.2.21", features = ["full"] }
zebra-test = { path = "../zebra-test" }
spandoc = { git = "https://github.com/yaahc/spandoc.git" }
spandoc = "0.1"
tracing = "0.1.15"
tracing-futures = "0.2.4"
tracing-error = "0.1.2"
tracing-subscriber = "0.2.6"
tempdir = "0.3.7"
color-eyre = { git = "https://github.com/yaahc/color-eyre.git", branch = "hooked", features = ["capture-spantrace"] }
color-eyre = "0.5"

View File

@ -33,7 +33,7 @@ zebra-network = { path = "../zebra-network" }
zebra-state = { path = "../zebra-state" }
tracing-subscriber = { version = "0.2.6", features = ["tracing-log"] }
tracing-error = "0.1.2"
color-eyre = { git = "https://github.com/yaahc/color-eyre.git", branch = "hooked", features = ["capture-spantrace"] }
color-eyre = "0.5"
[dev-dependencies]
abscissa_core = { version = "0.5", features = ["testing"] }