From 2bac3955a4edb913a2eb577549814d4aaa5ac1c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 06:05:18 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.7.0 --- servers/translator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"