From 94f0a6016ffc6ba7dc7dc9e10fdd6dabe1451097 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 2 Jan 2025 01:21:33 +0000 Subject: [PATCH] fix(deps): update all dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5eea10..7764874 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,10 +26,10 @@ leptos_axum = { version = "*", optional = true } leptos_router = { version = "*" } log = "0.4" simple_logger = "5" -thiserror = "1" -axum = { version = "0.7.5", optional = true } -tower = { version = "0.4.13", optional = true } -tower-http = { version = "0.5.2", features = ["fs"], optional = true } +thiserror = "2" +axum = { version = "0.8.0", optional = true } +tower = { version = "0.5.0", optional = true } +tower-http = { version = "0.6.0", features = ["fs"], optional = true } tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true } wasm-bindgen = "0.2" tracing-subscriber = { version = "0.3.18", optional = true, features = [