From 9fc8ab05a587aee831145d18326c7d4b4369af24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 05:28:55 +0000 Subject: [PATCH] chore(deps): bump the rust-other group with 2 updates Bumps the rust-other group with 2 updates: [chrono](https://github.com/chronotope/chrono) and [log](https://github.com/rust-lang/log). Updates `chrono` from 0.4.44 to 0.4.45 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.44...v0.4.45) Updates `log` from 0.4.31 to 0.4.32 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.31...0.4.32) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: log dependency-version: 0.4.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-other ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 216194a3..bdd932bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -534,9 +534,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.44" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" +checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" dependencies = [ "iana-time-zone", "num-traits", @@ -2513,9 +2513,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.31" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "113b30b4cd05f7c06868fdb2854f66a7b9fece9a48425351cd532e810d74024f" +checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" [[package]] name = "lz4_flex" diff --git a/Cargo.toml b/Cargo.toml index 788f6c4f..45476074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0" [workspace.dependencies] arrow = { version = "57.1.0", default-features = false, features = ["ipc"] } bytes = "1.11.1" -chrono = { version = "0.4.44", default-features = false } +chrono = { version = "0.4.45", default-features = false } datafusion = { version = "52.0.0", default-features = false } datafusion-common = { version = "52.0.0", default-features = false } datafusion-execution = { version = "52.0.0", default-features = false } @@ -67,7 +67,7 @@ http-body-util = "0.1.3" hyper = { version = "1.10", default-features = false } hyper-util = "0.1.20" insta = { version = "1.47.2", "default-features" = false } -log = { version = "0.4.31", default-features = false } +log = { version = "0.4.32", default-features = false } pyo3 = { version = "0.28.3", default-features = false, features = ["macros"] } rcgen = "0.14.8" regex = { version = "1", default-features = false }