Skip to content

Commit 7e7d2aa

Browse files
authored
Merge pull request #625 from eric-seppanen/update_chrono
plotters: update chrono dependency to 0.4.32
2 parents 3c9efb8 + 0949ce8 commit 7e7d2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["doc-template", "plotters-doc-data"]
1414

1515
[dependencies]
1616
num-traits = "0.2.14"
17-
chrono = { version = "0.4.20", optional = true }
17+
chrono = { version = "0.4.32", optional = true }
1818

1919
[dependencies.plotters-backend]
2020
version = "0.3.6"

0 commit comments

Comments
 (0)