update cargo.toml

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2024-11-08 04:23:24 +01:00
parent 0e054b83df
commit ecd5b9368b
Signed by: lilith
SSH key fingerprint: SHA256:LAjgsAMyT3LO2JVtr6fQ4N3RTYoRRlIm5wAKsbDife4
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

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

View file

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