index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2022-12-02 4:16:03.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2022-12-02 4:16:03.0 +00:00:00
commit
e80650a12a7e918a023da57097521b660e439e4a [patch]
tree
9151083227990e600613fcb855a0d783179550cc
parent
e723716a6bd3599188d94fb41527eaa520c1dd5d
download
v2.14.1.tar.gz

v2.14.1



Diff

 CHANGELOG.md | 7 +++++++
 Cargo.lock   | 2 +-
 Cargo.toml   | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8386f8..5c70ede 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_**Note:** See changelog for v1 under the [1.x]https://github.com/static-web-server/static-web-server/blob/1.x/CHANGELOG.md branch._

## v2.14.1 - 2022-12-02

__Fixes__

- [e723716]https://github.com/static-web-server/static-web-server/commit/e723716 Bugfix/security dependency updates including tokio-macros, flate2, parking_lot, serde and other crates.
- [b431c68]https://github.com/static-web-server/static-web-server/commit/b431c68 Panic on compression-static when root dir is a dot and client supports compression. PR [#166]https://github.com/static-web-server/static-web-server/pull/166 fixes [#165]https://github.com/static-web-server/static-web-server/issues/165 by [@eduardo-gomes]https://github.com/eduardo-gomes.

## v2.14.0 - 2022-11-22

__Fixes__
diff --git a/Cargo.lock b/Cargo.lock
index 14f6868..a84bf6c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1111,7 +1111,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "static-web-server"
version = "2.14.0"
version = "2.14.1"
dependencies = [
 "anyhow",
 "async-compression",
diff --git a/Cargo.toml b/Cargo.toml
index a4d9a2a..6408d25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "2.14.0"
version = "2.14.1"
authors = ["Jose Quintana <https://joseluisq.net>"]
license = "MIT OR Apache-2.0"
description = "A cross-platform, blazing fast and asynchronous web server for static files-serving."