/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
lang/python/python-cryptography/patches/001-Update-ouroboros.patch
13 строк
410 B
Jeffery To
python-cryptography: Update to 41.0.4
28 сен 2023, 02:40
28 сен 2023, 02:40
9fdff3e
Код
Авторство
О чём код?
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"