diff --git a/Cargo.lock b/Cargo.lock index c678a51..b5e003b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -763,7 +763,7 @@ checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" [[package]] name = "http-server" -version = "0.13.2" +version = "0.14.0" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 23e0de9..ae9c5c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "http-server" -version = "0.13.2" -authors = ["Damjan Georgievski "] +version = "0.14.0" +authors = ["Lilith Ashley Nyx Arson ", "Damjan Georgievski "] license = "MIT" readme = "README.md" -homepage = "https://github.com/gdamjan/http-server-rs" +homepage = "https://git.arson.pw/http-server-rs" edition = "2021" [dependencies]