Skip to content

Commit

Permalink
Explicitly update time crate to 0.3.51
Browse files Browse the repository at this point in the history
  • Loading branch information
Techcable committed Jan 4, 2024
1 parent 3073030 commit d4c76a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit d4c76a9

Please sign in to comment.