index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2023-02-15 0:05:32.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2023-02-15 0:05:32.0 +00:00:00
commit
4b6c4f12caf4b267470187074a14cdfc99f49f0c [patch]
tree
3bd0fdef0b2cfd1396df9ef2e2fd26870a41cfe9
parent
7b81f0c061d6cc8de31d9807fdc2aa3e2ab0048b
download
v2.14.2.tar.gz

v2.14.2



Diff

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c70ede..865bad3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,20 @@ 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.2 - 2022-02-15

__Fixes__

- [495f3ae]https://github.com/static-web-server/static-web-server/commit/495f3ae Bugfix/security dependency updates including hyper, tokio, tikv-jemallocator, futures, rustls, toml, serde, parking_lot and other crates. Also ([41a9b0b]https://github.com/static-web-server/static-web-server/commit/41a9b0b).
- [7b81f0c]https://github.com/static-web-server/static-web-server/commit/7b81f0c Explicit Alpine 3.16.4 Docker images update.
- [e81b277]https://github.com/static-web-server/static-web-server/commit/e81b277 Unnecessary u32 cast on directory listing last modified function.

__Refactorings__

- [2cf9008]https://github.com/static-web-server/static-web-server/commit/2cf9008 Remove TOML incompatibility hacks.
- [d9f9204]https://github.com/static-web-server/static-web-server/commit/d9f9204 Minor clippy syntax and format improvements.
- [190db74]https://github.com/static-web-server/static-web-server/commit/190db74 Project Minimum Supported Rust Version (MSRV) is now 1.66.0.

## v2.14.1 - 2022-12-02

__Fixes__
diff --git a/Cargo.lock b/Cargo.lock
index 0f04a95..80204b8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1112,7 +1112,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "static-web-server"
version = "2.14.1"
version = "2.14.2"
dependencies = [
 "anyhow",
 "async-compression",
diff --git a/Cargo.toml b/Cargo.toml
index 6408d25..4fb5812 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "2.14.1"
version = "2.14.2"
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."