From 92a07aeb1463ea13270e5d355fbe368087074410 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 10 Dec 2023 13:48:03 -0600 Subject: [PATCH] Update changelog --- bobashare-web/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bobashare-web/Cargo.toml b/bobashare-web/Cargo.toml index 699dbde3..eb7baad4 100644 --- a/bobashare-web/Cargo.toml +++ b/bobashare-web/Cargo.toml @@ -14,9 +14,9 @@ default-run = "bobashare-web" [dependencies] anyhow = "1.0.65" askama = { version = "0.12.0", features = ["with-axum"] } -askama_axum = "0.3.0" -axum = { version = "0.6.0", features = ["headers", "multipart"] } -axum-extra = "0.8.0" +askama_axum = "0.4.0" +axum = { version = "0.7.0", features = ["headers", "multipart"] } +axum-extra = "0.9.0" bobashare = { path = "../bobashare" } chrono = { version = "0.4.22", features = ["serde"] } clap = { version = "4.0.12", features = ["derive"] }