diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-libcst/Makefile.crates | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/devel/py-libcst/Makefile.crates b/devel/py-libcst/Makefile.crates index df561f95ea52..86ff4fa0c2c4 100644 --- a/devel/py-libcst/Makefile.crates +++ b/devel/py-libcst/Makefile.crates @@ -47,25 +47,25 @@ CARGO_CRATES= aho-corasick-1.0.4 \ once_cell-1.16.0 \ oorandom-11.1.3 \ paste-1.0.15 \ - peg-0.8.4 \ - peg-macros-0.8.4 \ - peg-runtime-0.8.3 \ + peg-0.8.5 \ + peg-macros-0.8.5 \ + peg-runtime-0.8.5 \ plotters-0.3.1 \ plotters-backend-0.3.2 \ plotters-svg-0.3.1 \ portable-atomic-1.4.3 \ - proc-macro2-1.0.86 \ - 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.37 \ + proc-macro2-1.0.95 \ + pyo3-0.25.0 \ + pyo3-build-config-0.25.0 \ + pyo3-ffi-0.25.0 \ + pyo3-macros-0.25.0 \ + pyo3-macros-backend-0.25.0 \ + quote-1.0.40 \ rayon-1.10.0 \ rayon-core-1.12.1 \ - regex-1.10.6 \ - regex-automata-0.4.7 \ - regex-syntax-0.8.4 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-syntax-0.8.5 \ rustix-0.38.19 \ ryu-1.0.10 \ same-file-1.0.6 \ @@ -75,16 +75,17 @@ CARGO_CRATES= aho-corasick-1.0.4 \ serde_json-1.0.125 \ serde_spanned-0.6.7 \ syn-1.0.109 \ - syn-2.0.75 \ - target-lexicon-0.12.15 \ + syn-2.0.101 \ + target-lexicon-0.13.2 \ + target-triple-0.1.4 \ termcolor-1.1.3 \ - thiserror-1.0.63 \ - thiserror-impl-1.0.63 \ + thiserror-2.0.12 \ + thiserror-impl-2.0.12 \ tinytemplate-1.2.1 \ toml-0.8.19 \ toml_datetime-0.6.8 \ toml_edit-0.22.20 \ - trybuild-1.0.99 \ + trybuild-1.0.105 \ unicode-ident-1.0.1 \ unicode-width-0.2.0 \ unindent-0.2.3 \ |