Revert "Update to 42.0.5, resolves RHBZ#2251816"

This reverts commit 2b20ce4281.
This commit is contained in:
Miro Hrončok 2024-05-28 13:29:39 +02:00
commit 2220bc3f08
7 changed files with 84 additions and 100 deletions

13
ouroboros-0.17.patch Normal file
View file

@ -0,0 +1,13 @@
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 9dd060f8b..8004c7e76 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -15,7 +15,7 @@ cryptography-cffi = { path = "cryptography-cffi" }
cryptography-x509 = { path = "cryptography-x509" }
cryptography-openssl = { path = "cryptography-openssl" }
pem = "1.1"
-ouroboros = "0.15"
+ouroboros = "0.17"
openssl = "0.10.54"
openssl-sys = "0.9.88"
foreign-types-shared = "0.1"