Skip to content

Commit

Permalink
Fix security advisory in chrono (#557)
Browse files Browse the repository at this point in the history
Fixes https://rustsec.org/advisories/RUSTSEC-2020-0159
"Potential segfault in localtime_r invocations"

Will unblock CI (which doesn't seem blocked yet).
  • Loading branch information
markmandel authored and XAMPPRocky committed Aug 22, 2022
1 parent f692100 commit 376ce09
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 @@ -47,7 +47,7 @@ base64 = "0.13.0"
base64-serde = "0.6.1"
bytes = { version = "1.1.0", features = ["serde"] }
cached = "0.34.0"
chrono = "0.4.19"
chrono = "0.4.20"
clap = { version = "3.1.2", features = ["cargo", "derive", "env"] }
dashmap = "4.0.2"
either = "1.6.1"
Expand Down

0 comments on commit 376ce09

Please sign in to comment.