From 2df79f2cd950151bbc3a4f3ea3cc219714eff89a Mon Sep 17 00:00:00 2001 From: ddidderr Date: Fri, 17 Jan 2025 15:57:15 +0100 Subject: [PATCH] [release] expose-dir-via-http v1.1.31 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68fc6bf..54d7f7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -562,7 +562,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "expose-dir-via-http" -version = "1.1.30" +version = "1.1.31" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 164c99c..84f9428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "expose-dir-via-http" -version = "1.1.30" +version = "1.1.31" edition = "2021" [lints.rust]