File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
190190
191191[[package ]]
192192name = " chrono"
193- version = " 0.4.25 "
193+ version = " 0.4.26 "
194194source = " registry+https://github.com/rust-lang/crates.io-index"
195- checksum = " fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03 "
195+ checksum = " ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5 "
196196dependencies = [
197197 " android-tzdata" ,
198198 " iana-time-zone" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cargo_metadata = "0.15"
1717# Only use the `clock` features of `chrono` to avoid the `time` dependency
1818# impacted by CVE-2020-26235. https://github.com/chronotope/chrono/issues/602
1919# and https://github.com/chronotope/chrono/issues/1073 will explain more.
20- chrono = { version = " 0.4.25 " , default-features = false , features = [" clock" ] }
20+ chrono = { version = " 0.4.26 " , default-features = false , features = [" clock" ] }
2121console = " 0.15.7"
2222dialoguer = " 0.10.4"
2323flate2 = " 1"
You can’t perform that action at this time.
0 commit comments