chore: enable pyo3's chrono-tz feature (so that datetimes with a dynamic timezone implement IntoPyObject)

This commit is contained in:
2025-03-15 15:30:48 -04:00
parent 8099e5b8cd
commit 530a73d00e
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -587,6 +587,7 @@ checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
dependencies = [
"cfg-if",
"chrono",
"chrono-tz",
"indoc",
"libc",
"memoffset",