diff --git a/Cargo.lock b/Cargo.lock index b78a3a79ce..891f3e2619 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "chrono-tz" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9cc2b23599e6d7479755f3594285efb3f74a1bdca7a7374948bc831e23a552" +checksum = "f1369bc6b9e9a7dfdae2055f6ec151fe9c554a9d23d357c0237cee2e25eaabb7" dependencies = [ "chrono", "chrono-tz-build", @@ -490,9 +490,9 @@ dependencies = [ [[package]] name = "chrono-tz-build" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9998fb9f7e9b2111641485bf8beb32f92945f97f92a3d061f744cfef335f751" +checksum = "e2f5ebdc942f57ed96d560a6d1a459bae5851102a25d5bf89dc04ae453e31ecf" dependencies = [ "parse-zoneinfo", "phf", diff --git a/Cargo.toml b/Cargo.toml index 60aee3d1c1..0507aea80f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ base64 = { version = "0.21", optional = true } bytes = { version = "1.4.0", default-features = false, optional = true } charset = { version = "0.1.3", optional = true } chrono = { version = "0.4", default-features = false, features = ["clock", "serde"], optional = true } -chrono-tz = { version = "0.8.1", default-features = false, optional = true } +chrono-tz = { version = "0.8.3", default-features = false, optional = true } cidr-utils = { version = "0.5", optional = true } csv = { version = "1.2", optional = true } clap = { version = "4.3.11", features = ["derive"], optional = true }