This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new ec54cf24 Bump chrono from 0.4.43 to 0.4.44 (#2036)
ec54cf24 is described below
commit ec54cf24c42cad0d9c168add9b0561daa4243382
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 26 23:56:09 2026 +0800
Bump chrono from 0.4.43 to 0.4.44 (#2036)
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
native-engine/datafusion-ext-functions/Cargo.toml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 334fc7e7..be513e43 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -682,9 +682,9 @@ checksum =
"613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "chrono"
-version = "0.4.43"
+version = "0.4.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
+checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
dependencies = [
"iana-time-zone",
"js-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 12659714..f8c63565 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -158,7 +158,7 @@ bitvec = "1.0.1"
byteorder = "1.5.0"
bytes = "1.11.0"
bytesize = "2.3.1"
-chrono = "0.4.43"
+chrono = "0.4.44"
count-write = "0.1.0"
foldhash = "0.2.0"
futures = "0.3"
diff --git a/native-engine/datafusion-ext-functions/Cargo.toml
b/native-engine/datafusion-ext-functions/Cargo.toml
index 39bf352d..55aaf802 100644
--- a/native-engine/datafusion-ext-functions/Cargo.toml
+++ b/native-engine/datafusion-ext-functions/Cargo.toml
@@ -36,5 +36,5 @@ num = { workspace = true }
paste = { workspace = true }
serde_json = { workspace = true }
sonic-rs = { workspace = true }
-chrono = "0.4.43"
+chrono = "0.4.44"
chrono-tz = "0.10.4"