chore(cargo): remove ‹anyhow›
Remove ‹anyhow›, since I'm a pepege and want to use ‹color-eyre› that depends on ‹eyre› and is fork of ‹anyhow›. Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
6b1802886d
commit
48e69b5c2d
2 changed files with 0 additions and 8 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -17,17 +17,10 @@ version = "1.0.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.66"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
||||
|
||||
[[package]]
|
||||
name = "aoc-2022"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"color-eyre",
|
||||
"itertools",
|
||||
"md-5",
|
||||
|
|
|
@ -10,6 +10,5 @@ md-5 = "0.10.1"
|
|||
itertools = "0.10.2"
|
||||
tracing = "0.1.37"
|
||||
color-eyre = "0.6.2"
|
||||
anyhow = "1.0.66"
|
||||
thiserror = "1.0.37"
|
||||
tracing-subscriber = { version = "0.3.16", default-features = true, features = ["env-filter", "local-time"] }
|
||||
|
|
Loading…
Reference in a new issue