index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2022-03-19 21:50:50.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2022-03-19 21:50:50.0 +00:00:00
commit
6d7b40f77a23176cb1eb8d1b8b45a5a9fe506d3e [patch]
tree
b75d8a671657d8ca8418f7ae9b306dd7b8e675b4
parent
286a321830491498116fc7831056554c5d209568
download
6d7b40f77a23176cb1eb8d1b8b45a5a9fe506d3e.tar.gz

v1.19.1



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 b267d6c..c34e3d0 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.19.1 - 2022-03-19

__Updates__

- [286a321]https://github.com/joseluisq/static-web-server/commit/286a321 Security/bug-fixes updates for OpenSSL, httparse, libc, crc32fast, unicode-segmentation and other dependencies.

## v1.19.0 - 2022-01-24

__Updates__
diff --git a/Cargo.lock b/Cargo.lock
index 4a0f4fc..4389aeb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -836,7 +836,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"

[[package]]
name = "static-web-server"
version = "1.19.0"
version = "1.19.1"
dependencies = [
 "chrono",
 "ctrlc",
diff --git a/Cargo.toml b/Cargo.toml
index 8fe525d..df1492d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.19.0"
version = "1.19.1"
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."