Reconfigure chrono to remove CVE-2020-26235

This commit is contained in:
kpcyrd 2023-03-02 11:54:50 +01:00
parent 78216d601c
commit a4d789a74c

View file

@ -41,7 +41,7 @@ tls-rust = ["tokio-rustls", "webpki-roots"]
[dependencies] [dependencies]
chrono = "0.4.0" chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
encoding = "0.2.0" encoding = "0.2.0"
futures-util = { version = "0.3.0", default-features = false, features = ["alloc", "sink"] } futures-util = { version = "0.3.0", default-features = false, features = ["alloc", "sink"] }
irc-proto = { version = "0.15.0", path = "irc-proto" } irc-proto = { version = "0.15.0", path = "irc-proto" }