aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7074870..f0c5805 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }