1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Andrey Rakhmatullin <wrar@debian.org>
Date: Thu, 18 Sep 2025 21:55:53 +0500
Subject: Update dep versions to sid ones.
Author: Colin Watson <cjwatson@debian.org>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 121f72e..96ed588 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ rust-version = "1.65.0"
[workspace.dependencies]
asn1 = { version = "0.20.0", default-features = false }
-pyo3 = { version = "0.23.5", features = ["abi3"] }
+pyo3 = { version = ">=0.23.5,<0.27", features = ["abi3"] }
[profile.release]
overflow-checks = true
|