1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sun, 22 Feb 2026 08:16:51 +0100
Subject: Update pyo3 dependency
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index c4583f1..ead38f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,6 @@ crate-type = ["cdylib"]
doc = false
[dependencies]
-pyo3 = { version = "0.22.6", features = ["chrono"] }
+pyo3 = { version = "0.27.2", features = ["chrono"] }
chrono = "*"
taskchampion = { version = "=2.0.2" }
|