Skip to content

Commit 3bc28a9

Browse files
authored
Bump chrono to 0.4.20
Chrono now - 0.4.20 - has localtime_r RIR that has addressed the past security issue around it 🥳 We've updated here: https://rustsec.org/advisories/RUSTSEC-2020-0159.html
1 parent e61aa98 commit 3bc28a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.19", optional = true }
17+
chrono = { version = "0.4.20", optional = true }
1818

1919
[dependencies.plotters-backend]
2020
path = "../plotters-backend"

0 commit comments

Comments
 (0)