diff --git a/Cargo.toml b/Cargo.toml index 4281e98..78e129b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ uuid = { version = "1", features = ["v4"] } dirs = "5" chrono = "0.4" tokio = { version = "1", features = ["fs"] } -tower = { version = "0.4", optional = true } +tower = { version = "0.5", optional = true } axum = { version = ">= 0.7.2", optional = true } futures-core = { version = "0.3", optional = true } http = { version = "1", optional = true }