This commit is contained in:
Tangel 2023-12-14 07:27:01 +00:00 committed by GitHub
parent 56140b5037
commit 7a4be9c694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,9 @@ tokio = { version = "1.34.0", features = [
"rt-multi-thread",
"time",
] }
diesel = { version = "2.1.4", features = ["postgres"], default-features = false, optional = true }
diesel = { version = "2.1.4", features = [
"postgres",
], default-features = false, optional = true }
futures = "0.3.29"
moka = { version = "0.12.1", features = ["future"] }
@ -68,7 +70,7 @@ axum = { git = "https://github.com/tokio-rs/axum.git", rev = "30afe97e99303fffc4
], default-features = false, optional = true }
tower = { version = "*", optional = true }
hyper = { version = "*", optional = true }
http-body-util = {version = "0.1.0", optional = true }
http-body-util = { version = "0.1.0", optional = true }
[dev-dependencies]
anyhow = "1.0.75"