diff --git a/Cargo.toml b/Cargo.toml index afc8745..1c7a93f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"