Fix misspelling of "version" for tower

This commit is contained in:
Ethan Girouard 2024-05-10 10:33:16 -04:00
parent 91812f4695
commit b2fd8dc8e5
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -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 }