From: Andrey Rakhmatullin <wrar@debian.org>
Date: Thu, 18 Sep 2025 21:55:53 +0500
Subject: Update dep versions to sid ones.

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 121f72e..2f3c621 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.25", features = ["abi3"] }
 
 [profile.release]
 overflow-checks = true
