diff options
Diffstat (limited to 'devel/py-dulwich/Makefile.crates')
-rw-r--r-- | devel/py-dulwich/Makefile.crates | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/devel/py-dulwich/Makefile.crates b/devel/py-dulwich/Makefile.crates index c163b8f21b19..96b04c6d6821 100644 --- a/devel/py-dulwich/Makefile.crates +++ b/devel/py-dulwich/Makefile.crates @@ -1,20 +1,19 @@ -CARGO_CRATES= autocfg-1.4.0 \ - cfg-if-1.0.0 \ +CARGO_CRATES= autocfg-1.5.0 \ heck-0.5.0 \ - indoc-2.0.5 \ - libc-0.2.170 \ - memchr-2.7.4 \ + indoc-2.0.6 \ + libc-0.2.174 \ + memchr-2.7.5 \ memoffset-0.9.1 \ - once_cell-1.20.3 \ - portable-atomic-1.11.0 \ - proc-macro2-1.0.93 \ - 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 \ - syn-2.0.98 \ - target-lexicon-0.12.16 \ - unicode-ident-1.0.17 \ - unindent-0.2.3 + once_cell-1.21.3 \ + portable-atomic-1.11.1 \ + proc-macro2-1.0.95 \ + pyo3-0.25.1 \ + pyo3-build-config-0.25.1 \ + pyo3-ffi-0.25.1 \ + pyo3-macros-0.25.1 \ + pyo3-macros-backend-0.25.1 \ + quote-1.0.40 \ + syn-2.0.104 \ + target-lexicon-0.13.2 \ + unicode-ident-1.0.18 \ + unindent-0.2.4 |