Skip to content

Commit

Permalink
fix: remove unused chrono default features to address CVE-2020-26235
Browse files Browse the repository at this point in the history
  • Loading branch information
fujexo committed Dec 13, 2022
1 parent 3987bf2 commit 7268057
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 @@ -13,7 +13,7 @@ categories = [""]

[dependencies]
openweathermap = "0.2.4"
chrono = "0.4.22"
chrono = { version = "0.4.22", default-features = false, features = [] }
chrono-tz = "0.8.0"
iso8601-duration = "0.1.0"
config = "0.13.2"
Expand Down

0 comments on commit 7268057

Please sign in to comment.