diff --git a/Cargo.lock b/Cargo.lock index 8d93fbc..afb18a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ dependencies = [ [[package]] name = "chrono-tz" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d7b79e99bfaa0d47da0687c43aa3b7381938a62ad3a6498599039321f660b7" +checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e" dependencies = [ "chrono", "chrono-tz-build", diff --git a/Cargo.toml b/Cargo.toml index 9fc44b8..03c42f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ reqwest = { version = "0.11.23", features = ["json"] } tokio = { version = "1.28.2", features = ["full"] } simplelog = "0.12.1" openssl = "0.10.63" -chrono-tz = "0.8.5" +chrono-tz = "0.8.6" simple-error = "0.3.0" dotenv = "0.15.0"