From 5ac30a6a5ab2b26e2f1727da46f374ae50a8f56b Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sat, 14 Dec 2024 14:37:55 +0100 Subject: [PATCH] [release] expose-dir-via-http v1.1.23 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 511e7b7..7892fa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "expose-dir-via-http" -version = "1.1.22" +version = "1.1.23" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 87bef8b..b6c5053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "expose-dir-via-http" -version = "1.1.22" +version = "1.1.23" edition = "2021" [lints.rust]