diff options
Diffstat (limited to 'shells/sheldon/Makefile.crates')
-rw-r--r-- | shells/sheldon/Makefile.crates | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/shells/sheldon/Makefile.crates b/shells/sheldon/Makefile.crates index d8e37fdacbe8..d1eab42e72f8 100644 --- a/shells/sheldon/Makefile.crates +++ b/shells/sheldon/Makefile.crates @@ -4,12 +4,12 @@ CARGO_CRATES= aho-corasick-1.1.3 \ bitflags-2.9.1 \ bstr-1.12.0 \ casual-0.2.0 \ - cc-1.2.27 \ + cc-1.2.30 \ cfg-if-1.0.1 \ - clap-4.5.40 \ - clap_builder-4.5.40 \ - clap_complete-4.5.54 \ - clap_derive-4.5.40 \ + clap-4.5.41 \ + clap_builder-4.5.41 \ + clap_complete-4.5.55 \ + clap_derive-4.5.41 \ clap_lex-0.7.5 \ constcat-0.6.1 \ crossbeam-deque-0.8.6 \ @@ -59,7 +59,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ memchr-2.7.5 \ once_cell-1.21.3 \ openssl-probe-0.1.6 \ - openssl-src-300.5.0+3.5.0 \ + openssl-src-300.5.1+3.5.1 \ openssl-sys-0.9.109 \ percent-encoding-2.3.1 \ pkg-config-0.3.32 \ @@ -74,14 +74,14 @@ CARGO_CRATES= aho-corasick-1.1.3 \ regex-automata-0.4.9 \ regex-macro-0.3.0 \ regex-syntax-0.8.5 \ - rustix-1.0.7 \ + rustix-1.0.8 \ ryu-1.0.20 \ same-file-1.0.6 \ schannel-0.1.27 \ serde-1.0.219 \ serde_derive-1.0.219 \ - serde_json-1.0.140 \ - serde_spanned-0.6.9 \ + serde_json-1.0.141 \ + serde_spanned-1.0.0 \ shlex-1.3.0 \ smallvec-1.15.1 \ socket2-0.5.10 \ @@ -93,10 +93,11 @@ CARGO_CRATES= aho-corasick-1.1.3 \ thiserror-2.0.12 \ thiserror-impl-2.0.12 \ tinystr-0.8.1 \ - toml-0.8.23 \ - toml_datetime-0.6.11 \ - toml_edit-0.22.27 \ - toml_write-0.1.2 \ + toml-0.9.2 \ + toml_datetime-0.7.0 \ + toml_edit-0.23.2 \ + toml_parser-1.0.1 \ + toml_writer-1.0.2 \ unicode-ident-1.0.18 \ unicode-width-0.1.14 \ upon-0.8.1 \ @@ -129,7 +130,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ - winnow-0.7.11 \ + winnow-0.7.12 \ winsafe-0.0.19 \ wit-bindgen-rt-0.39.0 \ writeable-0.6.1 \ |