index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-12-02 13:03:24.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-12-02 13:03:24.0 +00:00:00
commit
3568526ed45976a781acc40fbf74829032f904ad [patch]
tree
b6f85802f9ad631eef2cc2fe74f8b1d5a36815bd
parent
c310671d32e19530db84764be174ab95869a7b08
download
3568526ed45976a781acc40fbf74829032f904ad.tar.gz

v1.18.2



Diff

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

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

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

## v1.18.2 - 2021-12-02

__Updates__

- [c310671]https://github.com/joseluisq/static-web-server/commit/c310671 Security/bug-fixes updates for OpenSSL, libc and other dependencies.

## v1.18.1 - 2021-10-31

__Updates__
diff --git a/Cargo.lock b/Cargo.lock
index b409413..04cfb9a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -872,7 +872,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"

[[package]]
name = "static-web-server"
version = "1.18.1"
version = "1.18.2"
dependencies = [
 "chrono",
 "ctrlc",
diff --git a/Cargo.toml b/Cargo.toml
index 768ecfd..4073749 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.18.1"
version = "1.18.2"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A blazing fast static files-serving web server powered by Rust Iron."