diff options
Diffstat (limited to 'www/py-jh2/Makefile.crates')
-rw-r--r-- | www/py-jh2/Makefile.crates | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/www/py-jh2/Makefile.crates b/www/py-jh2/Makefile.crates index d3de843652c5..b3079b8d7067 100644 --- a/www/py-jh2/Makefile.crates +++ b/www/py-jh2/Makefile.crates @@ -1,24 +1,24 @@ CARGO_CRATES= autocfg-1.4.0 \ - cc-1.2.16 \ + cc-1.2.19 \ cfg-if-1.0.0 \ heck-0.5.0 \ httlib-hpack-0.1.3 \ httlib-huffman-0.3.4 \ indoc-2.0.6 \ - libc-0.2.170 \ + libc-0.2.172 \ memoffset-0.9.1 \ - once_cell-1.20.3 \ + once_cell-1.21.3 \ portable-atomic-1.11.0 \ - proc-macro2-1.0.94 \ - 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 \ + proc-macro2-1.0.95 \ + pyo3-0.24.1 \ + pyo3-build-config-0.24.1 \ + pyo3-ffi-0.24.1 \ + pyo3-macros-0.24.1 \ + pyo3-macros-backend-0.24.1 \ python3-dll-a-0.2.13 \ - quote-1.0.39 \ + quote-1.0.40 \ shlex-1.3.0 \ - syn-2.0.99 \ - target-lexicon-0.12.16 \ + syn-2.0.100 \ + target-lexicon-0.13.2 \ unicode-ident-1.0.18 \ unindent-0.2.4 |