diff --git a/Cargo.lock b/Cargo.lock index 5905d0566..f60e69f94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,12 +65,6 @@ version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" -[[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" @@ -334,11 +328,10 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" +checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ - "android-tzdata", "iana-time-zone", "js-sys", "num-traits", @@ -3338,9 +3331,9 @@ dependencies = [ [[package]] name = "windows-link" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" +checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" [[package]] name = "windows-sys" diff --git a/Cargo.toml b/Cargo.toml index 6f6454b0a..d1a0db589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ literal_string_with_formatting_args = "warn" [workspace.dependencies] ahash = { version = "0.8.12", default-features = false } -chrono = { version = "0.4.41" } +chrono = { version = "0.4.42" } futures = "0.3.30" hashbrown = "0.14.5" parking_lot = "0.12" diff --git a/crates/glaredb_http/Cargo.toml b/crates/glaredb_http/Cargo.toml index f03fdafd9..a8b0706f0 100644 --- a/crates/glaredb_http/Cargo.toml +++ b/crates/glaredb_http/Cargo.toml @@ -21,7 +21,7 @@ bytes = { version = "1.10", default-features = false, features = ["std"] } serde = { workspace = true } serde_json = { workspace = true } serde_urlencoded = { version = "0.7" } -chrono = { version = "0.4.41", features = ["serde"] } +chrono = { version = "0.4.42", features = ["serde"] } futures = { workspace = true } hmac = "0.12.1" sha2 = "0.10.9"