Cargo update

Update dependencies.
This commit is contained in:
finga 2021-09-30 00:20:54 +02:00
parent 34e3e3f32a
commit ed6646195c
3 changed files with 76 additions and 80 deletions

View file

@ -27,7 +27,7 @@ hex = "0.4"
ipnet = { version = "2.3", features = ["serde"] }
thiserror = "1.0"
run_script = "0.7"
clap = "3.0.0-beta.2"
clap = "3.0.0-beta.4"
[package.metadata.deb]
extended-description = "Webhookey receives requests in form of a so called Webhook as for example sent by Gitea. Those requests are matched against configured filters, if a filter matches, values from the header and the body can be passed to scripts as parameters which are then executed subsequently."