From f2e43e78116e4bf1ee1e644311a057fc4b99fcfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:05:26 +0000 Subject: [PATCH] fix(deps): update rust crate salvo to 0.73.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e03aeb..ba0bcc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ mime = "0.3.17" mime_guess = "2.0.4" pulldown-cmark = "0.11" ructe = "0.17.0" -salvo = { version = "0.68.0", features = ["affix", "anyhow", "caching-headers", "compression", "logging", "trailing-slash"] } +salvo = { version = "0.73.0", features = ["affix", "anyhow", "caching-headers", "compression", "logging", "trailing-slash"] } serde = { version = "1.0.200", features = ["derive"] } serde_yaml = "0.9.32" slug = "0.1.5"