diff --git a/Cargo.toml b/Cargo.toml index 66638ce..71bf03b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ crossfire = "2.1" ractor = "0.12" # HTTP & gRPC -axum = { version = "0.7", features = ["macros", "ws"] } +axum = { version = "0.8", features = ["macros", "ws"] } tonic = { version = "0.12", features = ["gzip", "tls"] } prost = "0.13" tower = { version = "0.5", features = ["full"] }