From: Claudius Heine <ch@denx.de>
Date: Wed, 7 Sep 2022 13:38:22 +0200
Subject: allow pem version 1.0

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

diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index d03d915..662f008 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
 once_cell = "1"
 pyo3 = { version = "0.17" }
 asn1 = { version = "0.12", default-features = false, features = ["derive"] }
-pem = "1.1"
+pem = ">= 1.0, < 1.2"
 chrono = { version = "0.4.22", default-features = false, features = ["alloc", "clock"] }
 ouroboros = "0.15"
 
