Skip to content

Commit

Permalink
Merge pull request #2044 from artichoke/lopopolo/chrono-RUSTSEC-2020-…
Browse files Browse the repository at this point in the history
…0159-mitigation

Upgrade `chrono` to 0.4.20 to address RUSTSEC-2020-0159
  • Loading branch information
lopopolo committed Aug 5, 2022
2 parents ae40b16 + 48925dc commit 59dd162
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 10 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 117 additions & 3 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

91 changes: 88 additions & 3 deletions spec-runner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spinoso-time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tzrs = ["dep:once_cell", "dep:regex", "dep:tz-rs", "dep:tzdb"]
tzrs-local = ["tzrs", "tzdb?/local"]

[dependencies]
chrono = { version = "0.4.19", default-features = false, features = ["clock"], optional = true }
chrono = { version = "0.4.20", default-features = false, features = ["clock"], optional = true }
chrono-tz = { version = "0.6.0", default-features = false, optional = true }
once_cell = { version = "1.12.0", optional = true }
regex = { version = "1.5.5", default-features = false, features = ["std"], optional = true }
Expand Down

0 comments on commit 59dd162

Please sign in to comment.