diff --git a/Cargo.lock b/Cargo.lock index b0de2cb..17fc866 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,9 +108,9 @@ 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", @@ -118,7 +118,7 @@ dependencies = [ "num-traits", "time 0.1.45", "wasm-bindgen", - "winapi", + "windows-targets 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e901bd2..0f0acd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ yansi = "^0" atty = "^0" derive_builder = "^0" regex = "^1.8" -chrono = "^0.4.26" +chrono = "^0.4.28" humantime = "^2" simplelog = "^0" log = "^0"