From 96567fd8bced95d3af4ce1852f139a31d1feacce Mon Sep 17 00:00:00 2001 From: ddidderr Date: Fri, 6 Mar 2026 09:30:47 +0100 Subject: [PATCH] [release] expose-dir-via-http v1.3.54 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73e478f..a978dfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "expose-dir-via-http" -version = "1.3.53" +version = "1.3.54" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 515f84e..fb5044d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "expose-dir-via-http" -version = "1.3.53" +version = "1.3.54" edition = "2024" [lints.rust]