index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2022-01-24 21:31:33.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2022-01-24 21:31:33.0 +00:00:00
commit
ad60aecabb98b299705f26f9a7b35763a1fa1154 [patch]
tree
e034c39684afbaea76cb4464fbbc5806feaccdd3
parent
ae2c70d06992e100a8e43d84977d4e205ac56269
download
ad60aecabb98b299705f26f9a7b35763a1fa1154.tar.gz

v1.19.0



Diff

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f29940b..b267d6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,17 @@ 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.0 - 2022-01-24

__Updates__

- [9ceab19]https://github.com/joseluisq/static-web-server/commit/9ceab19 Security/bug-fixes updates for OpenSSL, structopt, libc and other dependencies (also [ae2c70d]https://github.com/joseluisq/static-web-server/commit/ae2c70d).
- [561175e]https://github.com/joseluisq/static-web-server/commit/561175e Alpine 3.14 Docker image.

__Fixes__

- [70a16f8]https://github.com/joseluisq/static-web-server/commit/70a16f8 `to_string` applied to a type that implements `Display`.

## v1.18.2 - 2021-12-02

__Updates__
diff --git a/Cargo.lock b/Cargo.lock
index 72e169c..274342c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -833,7 +833,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"

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