Reconfigure chrono to remove CVE-2020-26235
This commit is contained in:
parent
78216d601c
commit
a4d789a74c
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||||
|
|
Loading…
Reference in a new issue