diff --git a/Cargo.lock b/Cargo.lock index 40e0154..e251495 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,12 +50,6 @@ dependencies = [ "libc", ] -[[package]] -name = "anyhow" -version = "1.0.75" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" - [[package]] name = "atoi" version = "2.0.0" @@ -1612,7 +1606,6 @@ dependencies = [ name = "user-lib" version = "0.1.0" dependencies = [ - "anyhow", "chrono", "data-encoding", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index d7fc4df..00deee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,4 @@ ring = "0.16.20" data-encoding = "2.3.2" futures-util = "0.3" log = "0.4.19" -thiserror = "1.0.48" -anyhow = { version = "1.0" } \ No newline at end of file +thiserror = "1.0.48" \ No newline at end of file