diff --git a/Cargo.lock b/Cargo.lock index 462baa6..5ce3dde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,9 +343,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.36" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3313f40d6fa9e783bbb01e814800bde9618da2207c72e9782f35e8dc7c77dabc" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index 5f20460..a6b4e15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" # atty = "0.2.14" async-std = "1.12.0" base64 = "0.22.0" -chrono = "0.4.36" +chrono = "0.4.38" clap = { version = "2.34.0", features = ["yaml"] } colored = "2.1.0" comfy-table = "7.1.1"