From e39610289287b1e262c507c96392563e18370319 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Mon, 28 Oct 2024 18:58:37 +0100 Subject: [PATCH] [release] expose-dir-via-http v1.0.40 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06b907a..9821cd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,7 +558,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "expose-dir-via-http" -version = "1.0.39" +version = "1.0.40" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 68bf829..496d9f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "expose-dir-via-http" -version = "1.0.39" +version = "1.0.40" edition = "2021" [lints.rust]