diff --git a/Cargo.lock b/Cargo.lock index d46addc..93b8a43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,14 +211,14 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.26" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" +checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f" dependencies = [ "android-tzdata", "iana-time-zone", "num-traits", - "winapi", + "windows-targets 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 79ba4b1..116ec65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ byteorder = "1.4.3" bytes = "1.4.0" cfb = "0.8.1" #see https://github.com/chronotope/chrono/issues/602#issuecomment-1242149249 -chrono = { version = "0.4.26", default-features = false, features = ["clock"] } +chrono = { version = "0.4.28", default-features = false, features = ["clock"] } clap = { version = "4.4.0", features = ["derive", "string"] } colored = "2.0.4" console = "0.15.7"