diff --git a/Cargo.toml b/Cargo.toml index 45bb9b9..d53cb45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ axum = { version = "0.8.1", features = ["http2"] } axum-extra = { version = "0.12.1", default-features = false, features = [ "erased-json", ] } -axum-server = { version = "0.7.1", features = ["tls-rustls"] } +axum-server = { version = "0.8.0", features = ["tls-rustls"] } tower-http = { version = "0.6.2", default-features = false, features = [ "trace", "cors",