diff options
Diffstat (limited to '')
-rw-r--r-- | security/py-cryptography/Makefile.crates | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/security/py-cryptography/Makefile.crates b/security/py-cryptography/Makefile.crates index 5d10c57cfc85..5e0a864e16a8 100644 --- a/security/py-cryptography/Makefile.crates +++ b/security/py-cryptography/Makefile.crates @@ -2,34 +2,34 @@ CARGO_CRATES= asn1-0.20.0 \ asn1_derive-0.20.0 \ autocfg-1.4.0 \ base64-0.22.1 \ - bitflags-2.9.0 \ - cc-1.2.16 \ + bitflags-2.9.1 \ + cc-1.2.23 \ cfg-if-1.0.0 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ heck-0.5.0 \ - indoc-2.0.5 \ - itoa-1.0.14 \ - libc-0.2.170 \ + indoc-2.0.6 \ + itoa-1.0.15 \ + libc-0.2.172 \ memoffset-0.9.1 \ - once_cell-1.20.3 \ - openssl-0.10.71 \ + once_cell-1.21.3 \ + openssl-0.10.72 \ openssl-macros-0.1.1 \ - openssl-sys-0.9.106 \ + openssl-sys-0.9.108 \ pem-3.0.5 \ - pkg-config-0.3.31 \ + pkg-config-0.3.32 \ portable-atomic-1.11.0 \ - proc-macro2-1.0.93 \ + proc-macro2-1.0.95 \ pyo3-0.23.5 \ pyo3-build-config-0.23.5 \ pyo3-ffi-0.23.5 \ pyo3-macros-0.23.5 \ pyo3-macros-backend-0.23.5 \ - quote-1.0.38 \ - self_cell-1.1.0 \ + quote-1.0.40 \ + self_cell-1.2.0 \ shlex-1.3.0 \ - syn-2.0.98 \ + syn-2.0.101 \ target-lexicon-0.12.16 \ - unicode-ident-1.0.17 \ - unindent-0.2.3 \ + unicode-ident-1.0.18 \ + unindent-0.2.4 \ vcpkg-0.2.15 |