diff options
Diffstat (limited to 'www/rustypaste-cli/Makefile.crates')
-rw-r--r-- | www/rustypaste-cli/Makefile.crates | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/rustypaste-cli/Makefile.crates b/www/rustypaste-cli/Makefile.crates index bafefa98e3ff..77c015c13de7 100644 --- a/www/rustypaste-cli/Makefile.crates +++ b/www/rustypaste-cli/Makefile.crates @@ -81,7 +81,7 @@ CARGO_CRATES= adler-1.0.2 \ serde_derive-1.0.219 \ serde_json-1.0.115 \ serde_spanned-0.6.8 \ - shellexpand-3.1.0 \ + shellexpand-3.1.1 \ shlex-1.3.0 \ smallvec-1.13.2 \ stable_deref_trait-1.2.0 \ @@ -94,9 +94,10 @@ CARGO_CRATES= adler-1.0.2 \ thiserror-impl-1.0.68 \ thiserror-impl-2.0.12 \ tinystr-0.7.6 \ - toml-0.8.20 \ - toml_datetime-0.6.8 \ - toml_edit-0.22.23 \ + toml-0.8.22 \ + toml_datetime-0.6.9 \ + toml_edit-0.22.26 \ + toml_write-0.1.1 \ unicase-2.7.0 \ unicode-ident-1.0.12 \ unicode-width-0.1.11 \ @@ -136,7 +137,7 @@ CARGO_CRATES= adler-1.0.2 \ windows_x86_64_gnullvm-0.52.4 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.4 \ - winnow-0.7.1 \ + winnow-0.7.7 \ write16-1.0.0 \ writeable-0.5.5 \ yoke-0.7.4 \ |