diff options
Diffstat (limited to 'misc/py-hf-xet/Makefile.crates')
-rw-r--r-- | misc/py-hf-xet/Makefile.crates | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/misc/py-hf-xet/Makefile.crates b/misc/py-hf-xet/Makefile.crates index a408a04b03cb..99a45732257e 100644 --- a/misc/py-hf-xet/Makefile.crates +++ b/misc/py-hf-xet/Makefile.crates @@ -47,8 +47,7 @@ CARGO_CRATES= addr2line-0.24.2 \ cpp_demangle-0.4.4 \ cpufeatures-0.2.17 \ crc32fast-1.4.2 \ - crossbeam-deque-0.8.6 \ - crossbeam-epoch-0.9.18 \ + crossbeam-channel-0.5.15 \ crossbeam-queue-0.3.12 \ crossbeam-utils-0.8.21 \ crunchy-0.2.3 \ @@ -125,6 +124,7 @@ CARGO_CRATES= addr2line-0.24.2 \ indoc-2.0.6 \ inferno-0.11.21 \ instant-0.1.13 \ + io-uring-0.7.9 \ ipnet-2.11.0 \ iri-string-0.7.8 \ is-terminal-0.4.16 \ @@ -165,6 +165,7 @@ CARGO_CRATES= addr2line-0.24.2 \ object-0.36.7 \ once_cell-1.21.3 \ once_cell_polyfill-1.70.1 \ + oneshot-0.1.11 \ openssl-0.10.73 \ openssl-macros-0.1.1 \ openssl-probe-0.1.6 \ @@ -213,13 +214,11 @@ CARGO_CRATES= addr2line-0.24.2 \ quote-1.0.40 \ r-efi-5.2.0 \ rand-0.8.5 \ - rand-0.9.1 \ + rand-0.9.2 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ - rayon-1.10.0 \ - rayon-core-1.12.1 \ redox_syscall-0.2.16 \ redox_syscall-0.5.13 \ redox_users-0.4.6 \ @@ -228,14 +227,13 @@ CARGO_CRATES= addr2line-0.24.2 \ regex-automata-0.4.9 \ regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ - reqwest-0.12.20 \ + reqwest-0.12.22 \ reqwest-middleware-0.4.2 \ reqwest-retry-0.7.0 \ retry-policies-0.4.0 \ rgb-0.8.50 \ ring-0.17.14 \ rustc-demangle-0.1.25 \ - rustc-hash-1.1.0 \ rustc-hash-2.1.1 \ rustix-1.0.7 \ rustls-0.23.27 \ @@ -259,6 +257,7 @@ CARGO_CRATES= addr2line-0.24.2 \ sha2-0.10.9 \ sha2-asm-0.6.4 \ sharded-slab-0.1.7 \ + shellexpand-3.1.1 \ shlex-1.3.0 \ signal-hook-0.3.18 \ signal-hook-registry-1.4.5 \ @@ -266,6 +265,7 @@ CARGO_CRATES= addr2line-0.24.2 \ slab-0.4.9 \ smallvec-1.15.1 \ socket2-0.5.10 \ + socket2-0.6.0 \ stable_deref_trait-1.2.0 \ static_assertions-1.1.0 \ str_stack-0.1.0 \ @@ -278,6 +278,8 @@ CARGO_CRATES= addr2line-0.24.2 \ sync_wrapper-1.0.2 \ synchronoise-1.0.1 \ synstructure-0.13.2 \ + system-configuration-0.6.1 \ + system-configuration-sys-0.6.0 \ target-lexicon-0.12.16 \ tempfile-3.20.0 \ termtree-0.5.1 \ @@ -292,7 +294,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tinystr-0.8.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ - tokio-1.45.1 \ + tokio-1.47.1 \ tokio-macros-2.5.0 \ tokio-native-tls-0.3.1 \ tokio-retry-0.3.0 \ @@ -303,6 +305,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ tracing-0.1.41 \ + tracing-appender-0.2.3 \ tracing-attributes-0.1.29 \ tracing-core-0.1.34 \ tracing-log-0.2.0 \ @@ -347,6 +350,7 @@ CARGO_CRATES= addr2line-0.24.2 \ windows-implement-0.60.0 \ windows-interface-0.59.1 \ windows-link-0.1.3 \ + windows-registry-0.5.3 \ windows-result-0.3.4 \ windows-strings-0.4.2 \ windows-sys-0.48.0 \ |