Bump chrono from 0.4.30 to 0.4.31 (#7481)

This commit is contained in:
dependabot[bot] 2023-09-18 13:11:51 -04:00 committed by GitHub
parent 728539291f
commit a902d14c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -272,9 +272,9 @@ dependencies = [
[[package]] [[package]]
name = "chrono" name = "chrono"
version = "0.4.30" version = "0.4.31"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877" checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
dependencies = [ dependencies = [
"android-tzdata", "android-tzdata",
"iana-time-zone", "iana-time-zone",

View File

@ -14,7 +14,7 @@ license = "MIT"
[workspace.dependencies] [workspace.dependencies]
anyhow = { version = "1.0.69" } anyhow = { version = "1.0.69" }
bitflags = { version = "2.3.1" } bitflags = { version = "2.3.1" }
chrono = { version = "0.4.30", default-features = false, features = ["clock"] } chrono = { version = "0.4.31", default-features = false, features = ["clock"] }
clap = { version = "4.4.3", features = ["derive"] } clap = { version = "4.4.3", features = ["derive"] }
colored = { version = "2.0.0" } colored = { version = "2.0.0" }
filetime = { version = "0.2.20" } filetime = { version = "0.2.20" }