b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | Fixes 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" |