diff options
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,4 +16,4 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.19.2", features = ["abi3-py39"] } -time = { version = "0.3.36", features = ["formatting", "macros", "local-offset"] }
\ No newline at end of file +time = { version = "0.3.39", features = ["formatting", "macros", "local-offset"] } |
