diff --git a/Cargo.toml b/Cargo.toml index f47f54e..b9d03eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" repository = "https://github.com/Mullassery/prismnote" [workspace.dependencies] -axum = "0.7" +axum = "0.8" tokio = { version = "1", features = ["full"] } tower = "0.4" tower-http = { version = "0.5", features = ["fs", "cors", "trace"] }