diff --git a/servers/translator/Cargo.toml b/servers/translator/Cargo.toml index e443a5c..6926199 100644 --- a/servers/translator/Cargo.toml +++ b/servers/translator/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -axum = "0.5.17" +axum = "0.7.0" async-trait = "0.1.80" pbjson-types = "0.5.1" prost = "0.11.8"