Upgrade a number of dependencies

This commit is contained in:
R Tyler Croy 2020-10-29 10:06:06 -07:00
parent 938c5ae38f
commit 3e092a0550
2 changed files with 396 additions and 306 deletions

698
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "hotdog"
version = "0.3.3"
version = "0.3.4"
authors = ["R. Tyler Croy <rtyler+hotdog@brokenco.de>"]
edition = "2018"
@ -68,7 +68,7 @@ syslog_rfc5424 = "~0.6.1"
syslog_loose = "0.2.0"
# Needed for the http-based health checks
tide = "~0.11.0"
tide = "~0.14"
# Needed to tag rules and actions with their own unique identifiers
uuid = { version = "~0.8.1", features = ["v4"] }