From ce2c76f94168ce1439e9a28c4d8fb8271306fc96 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 8 Jan 2025 01:08:34 +0000 Subject: [PATCH] fix(deps): update all dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 288d2a5..123f8f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.18" } clap = { version = "4", features = ["derive", "env"] } dotenv = { version = "0.15" } -axum = { version = "0.7" } +axum = { version = "0.8" }