Remove direct dependency on anyhow

This commit is contained in:
asonix 2023-12-22 14:01:12 -06:00
parent df88660b9e
commit b63ae4875a
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1743,7 +1743,6 @@ version = "0.5.0-rc.2"
dependencies = [
"actix-form-data",
"actix-web",
"anyhow",
"async-trait",
"barrel",
"base64 0.21.5",

View file

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