From b63ae4875a8f35053b5e6d4c0687863387959b41 Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 22 Dec 2023 14:01:12 -0600 Subject: [PATCH] Remove direct dependency on anyhow --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e78a4a..9099d33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1743,7 +1743,6 @@ version = "0.5.0-rc.2" dependencies = [ "actix-form-data", "actix-web", - "anyhow", "async-trait", "barrel", "base64 0.21.5", diff --git a/Cargo.toml b/Cargo.toml index a6a5754..a86d504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ io-uring = ["dep:tokio-uring", "sled/io_uring", "actix-web/experimental-io-uring [dependencies] actix-form-data = "0.7.0-beta.6" actix-web = { version = "4.0.0", default-features = false } -anyhow = "1.0" async-trait = "0.1.51" barrel = { version = "0.7.0", features = ["pg"] } base64 = "0.21.0"