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"