blob: 93abe3a4f1bcd2323000bdca54d7dfefeecb7fec [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001Fixes https://rustsec.org/advisories/RUSTSEC-2023-0042.html
2
3--- a/src/rust/Cargo.toml
4+++ b/src/rust/Cargo.toml
5@@ -15,7 +15,7 @@ cryptography-cffi = { path = "cryptograp
6 cryptography-x509 = { path = "cryptography-x509" }
7 cryptography-openssl = { path = "cryptography-openssl" }
8 pem = "1.1"
9-ouroboros = "0.15"
10+ouroboros = "0.18"
11 openssl = "0.10.54"
12 openssl-sys = "0.9.88"
13 foreign-types-shared = "0.1"