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:
commit
71610a8a8e
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue