Bug fix: File path is checked to make sure it's in the root directory or in ~/public_gemini
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "gemserv"
|
||||
version = "0.6.5"
|
||||
version = "0.6.6"
|
||||
authors = ["int 80h <int@80h.dev>"]
|
||||
edition = "2018"
|
||||
description = "A gemini server"
|
||||
@@ -27,6 +27,8 @@ log = "0.4.14"
|
||||
simple_logger = "1.16"
|
||||
sha2 = "0.9.8"
|
||||
x509-parser = "0.12"
|
||||
regex = "1.5.4"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[dependencies.tokio-rustls]
|
||||
version = "0.23.2"
|
||||
|
||||
Reference in New Issue
Block a user