diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e21884..cff9ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Update to Rust 2021 * Update MSRV to Rust 1.59 +* Update minimum `time` crate to 0.3.15 ## 2.4.0 - 2022-02-19 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 31ddf58..3e07430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ path = "lib.rs" slog = "2" slog-json = "2.6" hostname = "0.3.0" -time = { version = "0.3.6", features = ["formatting", "local-offset", "macros"] } +time = { version = "0.3.15", features = ["formatting", "local-offset", "macros"] }