diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc9b9863..86ba59973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.25.3] +## Changed +- Various dependencies updated, notably `hyper` is now 1.x. +- Error handling in observer made more forgiving of PID death. + ## [0.25.2] ## Changed - The `bytes_received` metric in the HTTP and splunk_heck blackholes now tracks diff --git a/Cargo.lock b/Cargo.lock index 6fad6706b..1587d58c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1606,7 +1606,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.25.2" +version = "0.25.3" dependencies = [ "async-compression", "async-pidfd", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 68c30c576..ef1ff5652 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.25.2" +version = "0.25.3" authors = [ "Brian L. Troutwine ", "George Hahn ",