diff --git a/rust/rust-app/Cargo.toml b/rust/rust-app/Cargo.toml index 664c243..958b9c1 100644 --- a/rust/rust-app/Cargo.toml +++ b/rust/rust-app/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0" -axum = "0.7" +axum = "0.8" axum-tracing-opentelemetry = "0.23" futures = "0.3" lazy_static = "1.4"