Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
bump chrono to 0.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Oct 24, 2023
1 parent 346c866 commit e078242
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 @@ -20,7 +20,7 @@ either = "1.9"
num-traits = "0.2"
dyn-clone = "1"
bytemuck = { version = "1", features = ["derive"] }
chrono = { version = "0.4", default_features = false, features = ["std"] }
chrono = { version = "0.4.31", default_features = false, features = ["std"] }

# for decimal i256
ethnum = "1"
Expand Down

0 comments on commit e078242

Please sign in to comment.