Skip to content

Commit f1c35d6

Browse files
committed
Update chrono dependency to secure version 0.4.42
See https://rustsec.org/advisories/RUSTSEC-2020-0159.html
1 parent b460d57 commit f1c35d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ keywords = ["git", "vcs", "repository", "cli", "rust"]
1111
categories = ["command-line-utilities", "development-tools"]
1212

1313
[dependencies]
14-
chrono = { version = "0.4", features = ["serde"] }
14+
chrono = { version = "0.4.42", features = ["serde"] }

0 commit comments

Comments
 (0)