From 0c537cdd9345220389cdbb686daa3700e5465bea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:14:38 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.8.0 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 620f777..d4c4e37 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.8.0" async-trait = "0.1.68" pbjson-types = "0.5.1" prost = "0.11.9"