diff options
Diffstat (limited to '')
| -rw-r--r-- | devel/stylua/Makefile | 3 | ||||
| -rw-r--r-- | devel/stylua/Makefile.crates | 18 |
2 files changed, 13 insertions, 8 deletions
diff --git a/devel/stylua/Makefile b/devel/stylua/Makefile index 42b7a327c5d3..eed108d1a267 100644 --- a/devel/stylua/Makefile +++ b/devel/stylua/Makefile @@ -1,7 +1,6 @@ PORTNAME= stylua DISTVERSIONPREFIX= v -DISTVERSION= 2.0.2 -PORTREVISION= 6 +DISTVERSION= 2.3.1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/stylua/Makefile.crates b/devel/stylua/Makefile.crates index a3949591f744..10afd0394ec6 100644 --- a/devel/stylua/Makefile.crates +++ b/devel/stylua/Makefile.crates @@ -9,6 +9,7 @@ CARGO_CRATES= aho-corasick-1.1.2 \ bitflags-1.3.2 \ bitflags-2.4.2 \ borsh-1.5.1 \ + bstr-0.2.17 \ bstr-1.9.0 \ bumpalo-3.14.0 \ bytecount-0.6.7 \ @@ -24,7 +25,7 @@ CARGO_CRATES= aho-corasick-1.1.2 \ console-0.15.8 \ criterion-0.4.0 \ criterion-plot-0.5.0 \ - crossbeam-channel-0.5.11 \ + crossbeam-channel-0.5.15 \ crossbeam-deque-0.8.5 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.19 \ @@ -40,7 +41,8 @@ CARGO_CRATES= aho-corasick-1.1.2 \ equivalent-1.0.1 \ errno-0.3.8 \ fastrand-2.0.1 \ - full_moon-1.1.2 \ + fluent-uri-0.1.4 \ + full_moon-2.0.0 \ full_moon_derive-0.11.0 \ globset-0.4.14 \ globwalk-0.9.1 \ @@ -62,6 +64,9 @@ CARGO_CRATES= aho-corasick-1.1.2 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.4.13 \ log-0.4.20 \ + lsp-server-0.7.8 \ + lsp-textdocument-0.4.2 \ + lsp-types-0.97.0 \ memchr-2.7.1 \ num-traits-0.2.17 \ num_cpus-1.16.0 \ @@ -77,7 +82,7 @@ CARGO_CRATES= aho-corasick-1.1.2 \ predicates-tree-1.0.9 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.78 \ + proc-macro2-1.0.95 \ quote-1.0.35 \ rayon-1.8.1 \ rayon-core-1.12.1 \ @@ -89,9 +94,10 @@ CARGO_CRATES= aho-corasick-1.1.2 \ rustversion-1.0.14 \ ryu-1.0.16 \ same-file-1.0.6 \ - serde-1.0.196 \ - serde_derive-1.0.196 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ serde_json-1.0.112 \ + serde_repr-0.1.20 \ serde_spanned-0.6.5 \ similar-2.4.0 \ smol_str-0.3.2 \ @@ -99,7 +105,7 @@ CARGO_CRATES= aho-corasick-1.1.2 \ strum-0.25.0 \ strum_macros-0.25.3 \ syn-1.0.109 \ - syn-2.0.48 \ + syn-2.0.100 \ tempfile-3.9.0 \ termcolor-1.4.1 \ termtree-0.4.1 \ |
