This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2025-01-02 17:54:55 +01:00
parent ac9a3b01dc
commit 1bbea64642
Signed by: lilith
SSH key fingerprint: SHA256:LAjgsAMyT3LO2JVtr6fQ4N3RTYoRRlIm5wAKsbDife4
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -780,7 +780,7 @@ checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
[[package]]
name = "http-server"
version = "0.14.0"
version = "0.14.1"
dependencies = [
"actix-files",
"actix-web",

View file

@ -1,10 +1,10 @@
[package]
name = "http-server"
version = "0.14.0"
version = "0.14.1"
authors = ["Lilith Ashley Nyx Arson <lilith@arson.pw>", "Damjan Georgievski <gdamjan@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://git.arson.pw/http-server-rs"
homepage = "https://git.arson.pw/minhttpd/server"
edition = "2021"
[dependencies]