Merge pull request #247 from kpcyrd/chrono-cve-2020-26235

Reconfigure chrono to remove CVE-2020-26235/RUSTSEC-2020-0159
This commit is contained in:
Aaron Weiss 2023-03-02 13:26:02 -05:00 committed by GitHub
commit 71610a8a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }