diff --git a/Cargo.toml b/Cargo.toml index 86ea7b8..567ff44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/Stonks3141/pet-monitor-app" license = "MIT" [workspace.dependencies] -axum = { version = "0.6", features = ["headers"] } +axum = { version = "0.8", features = ["headers"] } tower = "0.4" hyper = "0.14" tokio = { version = "1.33", features = ["rt", "macros", "fs", "io-util"] }