From ff6de41e0219b34fabde555fd148dee6f4b2c449 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:21:35 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.7.0 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"