1
0
Fork 0

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:
Matej Focko 2022-12-01 14:36:10 +01:00
parent 6b1802886d
commit 48e69b5c2d
Signed by: mfocko
GPG key ID: 7C47D46246790496
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View file

@ -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",

View file

@ -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"] }