webhook-server 0.1.5

A simple web server to easily execute scripts/executables on incoming requests.
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.1.5] - 2021-11-13

### Changed

- Dependency updates
    * actix-web `4.0.0-alpha.1`
    * rustls `0.20`

## [0.1.4] - 2020-06-05

### Changed
- Update to actix-web `3.0.0-alpha.3`

### Fixed
- Fixed a cricital bug with `basic-auth` being accepted on empty input.

## [0.1.3] - 2019-10-25

### Changed
- Proper error handling when checking webhooks in the config file.