This is an automated email from the ASF dual-hosted git repository.
findepi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new e5affe1e5c chore(deps): bump chrono-tz from 0.10.1 to 0.10.2 (#15377)
e5affe1e5c is described below
commit e5affe1e5c372bb3b0297979fbac34aeb82bb1d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 24 06:42:01 2025 -0700
chore(deps): bump chrono-tz from 0.10.1 to 0.10.2 (#15377)
Bumps [chrono-tz](https://github.com/chronotope/chrono-tz) from 0.10.1 to
0.10.2.
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Commits](https://github.com/chronotope/chrono-tz/commits)
---
updated-dependencies:
- dependency-name: chrono-tz
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
test-utils/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 7cbcdbf021..61f313023b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1362,9 +1362,9 @@ dependencies = [
[[package]]
name = "chrono-tz"
-version = "0.10.1"
+version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f"
+checksum = "350e47081e7261af42fc634dfea5be88662523cc5acd9fe51da3fe44ba058669"
dependencies = [
"chrono",
"chrono-tz-build",
diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml
index 4ad6e213cd..6e42593cc2 100644
--- a/test-utils/Cargo.toml
+++ b/test-utils/Cargo.toml
@@ -27,7 +27,7 @@ workspace = true
[dependencies]
arrow = { workspace = true }
-chrono-tz = { version = "0.10.0", default-features = false }
+chrono-tz = { version = "0.10.2", default-features = false }
datafusion-common = { workspace = true, default-features = true }
env_logger = { workspace = true }
rand = { workspace = true }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]