diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-02 06:02:18 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-02 06:11:47 +0800 |
commit | 642d1fcaa4b9558b48706f1cf658b2ada126ce1e (patch) | |
tree | 55a5ab1ac17d174bf31478306c7b27b87b0a4cb0 /security/py-cryptography/Makefile.crates | |
parent | net/py-s3transfer: Update to 0.8.2 (diff) |
security/py-cryptography: Update to 41.0.7
Changes: https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst
https://cryptography.io/en/latest/changelog/
Security: CVE-2023-49083
Diffstat (limited to 'security/py-cryptography/Makefile.crates')
-rw-r--r-- | security/py-cryptography/Makefile.crates | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-cryptography/Makefile.crates b/security/py-cryptography/Makefile.crates index 4fdecb814ffa..c32db9c8fb3e 100644 --- a/security/py-cryptography/Makefile.crates +++ b/security/py-cryptography/Makefile.crates @@ -5,6 +5,7 @@ CARGO_CRATES= Inflector-0.11.4 \ autocfg-1.1.0 \ base64-0.13.1 \ bitflags-1.3.2 \ + bitflags-2.4.1 \ cc-1.0.79 \ cfg-if-1.0.0 \ foreign-types-0.3.2 \ @@ -14,9 +15,9 @@ CARGO_CRATES= Inflector-0.11.4 \ lock_api-0.4.9 \ memoffset-0.8.0 \ once_cell-1.17.2 \ - openssl-0.10.54 \ + openssl-0.10.60 \ openssl-macros-0.1.1 \ - openssl-sys-0.9.88 \ + openssl-sys-0.9.96 \ ouroboros-0.15.6 \ ouroboros_macro-0.15.6 \ parking_lot-0.12.1 \ |