diff --git a/Cargo.lock b/Cargo.lock index 5825105..59f0240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,16 +617,16 @@ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "iana-time-zone" -version = "0.1.57" +version = "0.1.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" +checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows", + "windows-core", ] [[package]] @@ -1435,10 +1435,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] -name = "windows" -version = "0.48.0" +name = "windows-core" +version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" +checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" dependencies = [ "windows-targets", ] diff --git a/Cargo.toml b/Cargo.toml index 92f3eec..d6b6ac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ headless_chrome = { version = "1.0.5", features = ["fetch"] } url = "2.4" chrono = { version = "0.4.29", default-features = false, features = ["clock"] } chrono-tz = "0.8.3" -iana-time-zone = "0.1.57" +iana-time-zone = "0.1.58" anyhow = "1.0.75" thiserror = "1.0.48"