Skip to content

Commit 2519bef

Browse files
Merge #500
500: Bump fixed chrono 0.4.20 r=jonasbb a=pinkforest 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 Co-authored-by: pinkforest <[email protected]>
2 parents 42aca9e + 5fd8354 commit 2519bef

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.cargo/audit.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[advisories]
2-
ignore = [
3-
# chrono: Potential segfault in `localtime_r` invocations
4-
# chrono is an optional depenency, so we can ignore the warning.
5-
# Right now there is no safe version of chrono to upgrade to.
6-
"RUSTSEC-2020-0159",
7-
]
2+
#ignore = [
3+
#]
84
# warn for categories of informational advisories
95
informational_warnings = [
106
"unmaintained",

serde_with/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ time_0_3 = ["dep:time_0_3"]
6161
# When adding new optional dependencies update the documentation in feature-flags.md
6262
[dependencies]
6363
base64 = {version = "0.13.0", optional = true, default-features = false}
64-
chrono_0_4 = {package = "chrono", version = "0.4.10", optional = true, default-features = false, features = ["serde"]}
64+
chrono_0_4 = {package = "chrono", version = "0.4.20", optional = true, default-features = false, features = ["serde"]}
6565
doc-comment = {version = "0.3.3", optional = true}
6666
hex = {version = "0.4.3", optional = true, default-features = false}
6767
indexmap_1 = {package = "indexmap", version = "1.8", optional = true, default-features = false, features = ["serde-1"]}

0 commit comments

Comments
 (0)