Skip to content

Commit

Permalink
Set a compatible minimum chrono version (#1458)
Browse files Browse the repository at this point in the history
set a more sensible minimum chrono version

0.4.32 won't work anymore. for #1451

Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux authored Apr 2, 2024
1 parent db7878e commit c6c14bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async-trait = "0.1.64"
backoff = "0.4.0"
base64 = "0.22.0"
bytes = "1.1.0"
chrono = { version = "0.4.32", default-features = false }
chrono = { version = "0.4.34", default-features = false }
darling = "0.20.3"
derivative = "2.1.1"
either = "1.6.1"
Expand Down

0 comments on commit c6c14bd

Please sign in to comment.