Skip to content

Commit

Permalink
use chrono 0.4.31+
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Nov 28, 2023
1 parent d245781 commit b5df760
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 81 deletions.
92 changes: 12 additions & 80 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ postgres = "0.19"
postgres-native-tls = "0.5"
getopts = "0.2"
uzers = "0.11"
chrono = { git = "https://github.com/chronotope/chrono", rev = "1a0d47a3e58eeb44e2b5022547262650d1a7a436", features = ["clock"] }
chrono = { version = "0.4", features = ["clock"] }
regex = "1"
lazy_static = "1.0"

0 comments on commit b5df760

Please sign in to comment.