chore: enable pyo3
's chrono-tz
feature (so that datetimes with a dynamic timezone implement IntoPyObject
)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -587,6 +587,7 @@ checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
"chrono-tz",
|
||||||
"indoc",
|
"indoc",
|
||||||
"libc",
|
"libc",
|
||||||
"memoffset",
|
"memoffset",
|
||||||
|
@@ -20,7 +20,7 @@ derive_more = { version = "2.0.1", features = [
|
|||||||
] }
|
] }
|
||||||
ijson = "0.1.4"
|
ijson = "0.1.4"
|
||||||
itertools = "0.14.0"
|
itertools = "0.14.0"
|
||||||
pyo3 = { version = "0.23.0", features = ["chrono"] }
|
pyo3 = { version = "0.23.0", features = ["chrono", "chrono-tz"] }
|
||||||
pyo3-async-runtimes = { version = "0.23.0", features = ["tokio-runtime"] }
|
pyo3-async-runtimes = { version = "0.23.0", features = ["tokio-runtime"] }
|
||||||
serde_json = "1.0.140"
|
serde_json = "1.0.140"
|
||||||
snafu = "0.8.5"
|
snafu = "0.8.5"
|
||||||
|
Reference in New Issue
Block a user