diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.16.1-alpha.0" +version = "0.17.1-alpha.0" description = "For when you really just want to serve some files over HTTP right now!" authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>", "Boastful Squirrel <boastful.squirrel@gmail.com>"] repository = "https://github.com/svenstaro/miniserve" @@ -50,7 +50,6 @@ qrcodegen = "1" mime = "0.3" httparse = "1" http = "0.2" -bytes = "1" atty = "0.2" rustls = { version = "0.19", optional = true } socket2 = "0.4" |