diff options
Diffstat (limited to 'devel/py-maturin/Makefile.crates')
-rw-r--r-- | devel/py-maturin/Makefile.crates | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-maturin/Makefile.crates b/devel/py-maturin/Makefile.crates index 79910e24f50e..d50638157931 100644 --- a/devel/py-maturin/Makefile.crates +++ b/devel/py-maturin/Makefile.crates @@ -103,7 +103,7 @@ CARGO_CRATES= adler2-2.0.0 \ getrandom-0.2.15 \ getrandom-0.3.3 \ glob-0.3.1 \ - globset-0.4.15 \ + globset-0.4.16 \ goblin-0.9.2 \ hashbrown-0.14.5 \ hashbrown-0.15.2 \ @@ -127,6 +127,7 @@ CARGO_CRATES= adler2-2.0.0 \ indexmap-2.6.0 \ indicatif-0.17.9 \ indoc-2.0.5 \ + insta-1.43.1 \ is_terminal_polyfill-1.70.0 \ itertools-0.12.1 \ itertools-0.13.0 \ @@ -185,7 +186,7 @@ CARGO_CRATES= adler2-2.0.0 \ pin-utils-0.1.0 \ pkg-config-0.3.30 \ plain-0.2.3 \ - platform-info-2.0.3 \ + platform-info-2.0.5 \ portable-atomic-1.6.0 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ @@ -193,7 +194,7 @@ CARGO_CRATES= adler2-2.0.0 \ proc-macro-crate-3.1.0 \ proc-macro2-1.0.92 \ psm-0.1.21 \ - pyproject-toml-0.13.4 \ + pyproject-toml-0.13.5 \ python-pkginfo-0.6.5 \ quote-1.0.37 \ quoted_printable-0.5.0 \ @@ -267,9 +268,9 @@ CARGO_CRATES= adler2-2.0.0 \ terminal_size-0.3.0 \ textwrap-0.16.1 \ thiserror-1.0.69 \ - thiserror-2.0.3 \ + thiserror-2.0.12 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.3 \ + thiserror-impl-2.0.12 \ thread_local-1.1.8 \ time-0.3.36 \ time-core-0.1.2 \ |