Skip to content

Commit

Permalink
Merge pull request #247 from kpcyrd/chrono-cve-2020-26235
Browse files Browse the repository at this point in the history
Reconfigure chrono to remove CVE-2020-26235/RUSTSEC-2020-0159
  • Loading branch information
aatxe authored Mar 2, 2023
2 parents 78216d6 + a4d789a commit 71610a8
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 @@ -41,7 +41,7 @@ tls-rust = ["tokio-rustls", "webpki-roots"]


[dependencies]
chrono = "0.4.0"
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
encoding = "0.2.0"
futures-util = { version = "0.3.0", default-features = false, features = ["alloc", "sink"] }
irc-proto = { version = "0.15.0", path = "irc-proto" }
Expand Down

0 comments on commit 71610a8

Please sign in to comment.