aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-cryptography/patches/001-Update-ouroboros.patch
blob: 93abe3a4f1bcd2323000bdca54d7dfefeecb7fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Fixes https://rustsec.org/advisories/RUSTSEC-2023-0042.html

--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -15,7 +15,7 @@ cryptography-cffi = { path = "cryptograp
 cryptography-x509 = { path = "cryptography-x509" }
 cryptography-openssl = { path = "cryptography-openssl" }
 pem = "1.1"
-ouroboros = "0.15"
+ouroboros = "0.18"
 openssl = "0.10.54"
 openssl-sys = "0.9.88"
 foreign-types-shared = "0.1"