From 1bbea64642e23f51a87a51843a5f8121c724a72c Mon Sep 17 00:00:00 2001 From: Lilith Ashley Nyx Arson Date: Thu, 2 Jan 2025 17:54:55 +0100 Subject: [PATCH] update --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84cdcf6..9ac7865 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -780,7 +780,7 @@ checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" [[package]] name = "http-server" -version = "0.14.0" +version = "0.14.1" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 85c0319..335355e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "http-server" -version = "0.14.0" +version = "0.14.1" authors = ["Lilith Ashley Nyx Arson ", "Damjan Georgievski "] license = "MIT" readme = "README.md" -homepage = "https://git.arson.pw/http-server-rs" +homepage = "https://git.arson.pw/minhttpd/server" edition = "2021" [dependencies]