From b2fd8dc8e5438d933bc5fe508f80ced39859e734 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Fri, 10 May 2024 10:33:16 -0400 Subject: [PATCH] Fix misspelling of "version" for tower --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }