diff --git a/server/Cargo.toml b/server/Cargo.toml index 620f777..311fcaa 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -axum = "0.6.18" +axum = "0.7.0" async-trait = "0.1.68" pbjson-types = "0.5.1" prost = "0.11.9"