From: Andrey Rakhmatullin <wrar@debian.org>
Date: Sat, 30 Aug 2025 18:45:14 +0500
Subject: Update some requirement versions to sid/experimental ones.

---
 Cargo.toml                            | 6 +++---
 src/rust/cryptography-cffi/Cargo.toml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 4d6416c..f229436 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,9 +21,9 @@ rust-version = "1.74.0"
 license = "Apache-2.0 OR BSD-3-Clause"
 
 [workspace.dependencies]
-asn1 = { version = "0.22.0", default-features = false }
-pyo3 = { version = "0.26", features = ["abi3"] }
-pyo3-build-config = { version = "0.26" }
+asn1 = { version = "0.23.0", default-features = false }
+pyo3 = { version = ">=0.27,<0.28", features = ["abi3"] }
+pyo3-build-config = { version = ">=0.27,<0.28" }
 openssl = "0.10.73"
 openssl-sys = "0.9.108"
 
diff --git a/src/rust/cryptography-cffi/Cargo.toml b/src/rust/cryptography-cffi/Cargo.toml
index 0a01251..2ed9271 100644
--- a/src/rust/cryptography-cffi/Cargo.toml
+++ b/src/rust/cryptography-cffi/Cargo.toml
@@ -12,7 +12,7 @@ pyo3.workspace = true
 openssl-sys.workspace = true
 
 [build-dependencies]
-cc = "1.2.37"
+cc = "1.2.34"
 
 [lints.rust]
 unexpected_cfgs = { level = "warn", check-cfg = ['cfg(python_implementation, values("CPython", "PyPy"))'] }
