diff --git a/Cargo.lock b/Cargo.lock index e4f55f4..f2f2efa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,6 +8,12 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + [[package]] name = "android_system_properties" version = "0.1.5" @@ -159,12 +165,12 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.24" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" +checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" dependencies = [ + "android-tzdata", "iana-time-zone", - "num-integer", "num-traits", "serde", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 14240c8..09c1193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ human_bytes = "0.4.2" compound_duration = "1.2.1" jwt-simple = "0.11.5" rand = "0.8.5" -chrono = { version = "0.4.24", default-features = false, features = ["clock"] } +chrono = { version = "0.4.26", default-features = false, features = ["clock"] } built = { version = "0.6.0", features = ["chrono"] } [profile.release]