Skip to content

Commit

Permalink
Merge pull request #625 from eric-seppanen/update_chrono
Browse files Browse the repository at this point in the history
plotters: update chrono dependency to 0.4.32
  • Loading branch information
AaronErhardt committed Aug 5, 2024
2 parents 3c9efb8 + 0949ce8 commit 7e7d2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["doc-template", "plotters-doc-data"]

[dependencies]
num-traits = "0.2.14"
chrono = { version = "0.4.20", optional = true }
chrono = { version = "0.4.32", optional = true }

[dependencies.plotters-backend]
version = "0.3.6"
Expand Down

0 comments on commit 7e7d2aa

Please sign in to comment.