diff options
Diffstat (limited to 'devel/py-ty/Makefile.crates')
-rw-r--r-- | devel/py-ty/Makefile.crates | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/devel/py-ty/Makefile.crates b/devel/py-ty/Makefile.crates index 1cdfcc1e6cd0..5957cb87e6ca 100644 --- a/devel/py-ty/Makefile.crates +++ b/devel/py-ty/Makefile.crates @@ -64,6 +64,7 @@ CARGO_CRATES= adler2-2.0.0 \ compact_str-0.9.0 \ condtype-1.3.0 \ console-0.15.11 \ + console-0.16.0 \ console_error_panic_hook-0.1.7 \ console_log-1.0.0 \ core-foundation-sys-0.8.7 \ @@ -151,7 +152,7 @@ CARGO_CRATES= adler2-2.0.0 \ imara-diff-0.1.8 \ imperative-1.0.6 \ indexmap-2.10.0 \ - indicatif-0.17.11 \ + indicatif-0.18.0 \ indoc-2.0.6 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ @@ -208,12 +209,11 @@ CARGO_CRATES= adler2-2.0.0 \ nix-0.30.1 \ nom-7.1.3 \ normalize-line-endings-0.3.0 \ - notify-8.0.0 \ + notify-8.1.0 \ notify-types-2.0.0 \ nu-ansi-term-0.46.0 \ num-traits-0.2.19 \ num_cpus-1.16.0 \ - number_prefix-0.4.0 \ once_cell-1.21.3 \ oorandom-11.1.5 \ option-ext-0.2.0 \ @@ -303,8 +303,8 @@ CARGO_CRATES= adler2-2.0.0 \ serde_repr-0.1.20 \ serde_spanned-0.6.9 \ serde_test-1.0.177 \ - serde_with-3.12.0 \ - serde_with_macros-3.12.0 \ + serde_with-3.14.0 \ + serde_with_macros-3.14.0 \ sha2-0.10.9 \ sharded-slab-0.1.7 \ shellexpand-3.1.1 \ @@ -350,9 +350,9 @@ CARGO_CRATES= adler2-2.0.0 \ toml_write-0.1.2 \ tracing-0.1.41 \ tracing-attributes-0.1.28 \ - tracing-core-0.1.33 \ + tracing-core-0.1.34 \ tracing-flame-0.2.0 \ - tracing-indicatif-0.3.9 \ + tracing-indicatif-0.3.11 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.19 \ tryfn-0.2.3 \ @@ -371,6 +371,7 @@ CARGO_CRATES= adler2-2.0.0 \ unicode-width-0.2.1 \ unicode_names2-1.3.0 \ unicode_names2_generator-1.3.0 \ + unit-prefix-0.5.1 \ unscanny-0.1.0 \ unty-0.0.4 \ url-2.5.4 \ @@ -416,15 +417,25 @@ CARGO_CRATES= adler2-2.0.0 \ windows-strings-0.4.1 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.52.6 \ + windows-targets-0.53.2 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.0 \ winnow-0.7.10 \ winsafe-0.0.19 \ wit-bindgen-rt-0.39.0 \ |