Skip to content

Commit 3674bfb

Browse files
committed
fix(deps): update rust crate chrono to 0.4.26
1 parent c1c3f10 commit 3674bfb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

xtask/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
190190

191191
[[package]]
192192
name = "chrono"
193-
version = "0.4.25"
193+
version = "0.4.26"
194194
source = "registry+https://github.com/rust-lang/crates.io-index"
195-
checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03"
195+
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
196196
dependencies = [
197197
"android-tzdata",
198198
"iana-time-zone",

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"] }
2121
console = "0.15.7"
2222
dialoguer = "0.10.4"
2323
flate2 = "1"

0 commit comments

Comments
 (0)