Removed unused anyhow lib

This commit is contained in:
Franklin 2023-09-24 12:43:13 -04:00
parent e853447735
commit ed455426dd
2 changed files with 1 additions and 9 deletions

7
Cargo.lock generated
View File

@ -50,12 +50,6 @@ dependencies = [
"libc", "libc",
] ]
[[package]]
name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]] [[package]]
name = "atoi" name = "atoi"
version = "2.0.0" version = "2.0.0"
@ -1612,7 +1606,6 @@ dependencies = [
name = "user-lib" name = "user-lib"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow",
"chrono", "chrono",
"data-encoding", "data-encoding",
"futures-util", "futures-util",

View File

@ -19,4 +19,3 @@ data-encoding = "2.3.2"
futures-util = "0.3" futures-util = "0.3"
log = "0.4.19" log = "0.4.19"
thiserror = "1.0.48" thiserror = "1.0.48"
anyhow = { version = "1.0" }