diff --git a/Cargo.toml b/Cargo.toml index d9b7338..52ad1ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pbkdf2 = { version = "0.12.2", features = ["simple"], optional = true } futures = { version = "0.3.30", default-features = false, optional = true } tokio = { version = "1", optional = true, features = ["rt-multi-thread"] } axum = { version = "0.7.5", optional = true } -tower = { veresion = "0.4.13", optional = true } +tower = { version = "0.4.13", optional = true } tower-http = { version = "0.5", optional = true, features = ["fs"] } thiserror = "1.0.57" tower-sessions = { version = "0.11", default-features = false }