git: d3172af7e36f - main - devel/rust-analyzer: Update to 2024-03-11
Date: Wed, 13 Mar 2024 23:45:37 UTC
The branch main has been updated by dutra:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d3172af7e36f61102609c32e78bf35aa615e76c4
commit d3172af7e36f61102609c32e78bf35aa615e76c4
Author: Gabriel M. Dutra <dutra@FreeBSD.org>
AuthorDate: 2024-03-13 23:39:59 +0000
Commit: Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2024-03-13 23:45:09 +0000
devel/rust-analyzer: Update to 2024-03-11
changeLog:
https://github.com/rust-lang/rust-analyzer/releases/tag/2024-03-11
Approved by: garga (mentor, implicit), rust (mikael, implicit)
---
devel/rust-analyzer/Makefile | 2 +-
devel/rust-analyzer/Makefile.crates | 216 ++++++++++++++++++------------------
devel/rust-analyzer/distinfo | 6 +-
3 files changed, 110 insertions(+), 114 deletions(-)
diff --git a/devel/rust-analyzer/Makefile b/devel/rust-analyzer/Makefile
index 3d706b29fc3b..321bcdc1dede 100644
--- a/devel/rust-analyzer/Makefile
+++ b/devel/rust-analyzer/Makefile
@@ -1,5 +1,5 @@
PORTNAME= rust-analyzer
-DISTVERSION= 2024-03-04
+DISTVERSION= 2024-03-11
CATEGORIES= devel
MAINTAINER= rust@FreeBSD.org
diff --git a/devel/rust-analyzer/Makefile.crates b/devel/rust-analyzer/Makefile.crates
index 421664f9d2b0..f27c3d77e64a 100644
--- a/devel/rust-analyzer/Makefile.crates
+++ b/devel/rust-analyzer/Makefile.crates
@@ -1,18 +1,18 @@
-CARGO_CRATES= addr2line-0.19.0 \
+CARGO_CRATES= addr2line-0.21.0 \
adler-1.0.2 \
always-assert-0.2.0 \
- anyhow-1.0.75 \
+ anyhow-1.0.80 \
arbitrary-1.3.2 \
arrayvec-0.7.4 \
autocfg-1.1.0 \
- backtrace-0.3.67 \
+ backtrace-0.3.69 \
bitflags-1.3.2 \
- bitflags-2.4.1 \
- byteorder-1.4.3 \
- camino-1.1.4 \
- cargo-platform-0.1.2 \
+ bitflags-2.4.2 \
+ byteorder-1.5.0 \
+ camino-1.1.6 \
+ cargo-platform-0.1.7 \
cargo_metadata-0.18.1 \
- cc-1.0.79 \
+ cc-1.0.89 \
cfg-if-1.0.0 \
chalk-derive-0.96.0 \
chalk-ir-0.96.0 \
@@ -21,135 +21,130 @@ CARGO_CRATES= addr2line-0.19.0 \
command-group-2.1.0 \
countme-3.0.1 \
cov-mark-2.0.0-pre.1 \
- crc32fast-1.3.2 \
- crossbeam-channel-0.5.8 \
- crossbeam-deque-0.8.3 \
- crossbeam-epoch-0.9.15 \
- crossbeam-utils-0.8.16 \
- ctrlc-3.4.1 \
+ crc32fast-1.4.0 \
+ crossbeam-channel-0.5.12 \
+ crossbeam-deque-0.8.5 \
+ crossbeam-epoch-0.9.18 \
+ crossbeam-utils-0.8.19 \
+ ctrlc-3.4.2 \
dashmap-5.5.3 \
+ deranged-0.3.11 \
derive_arbitrary-1.3.2 \
dissimilar-1.0.7 \
dot-0.1.4 \
drop_bomb-0.1.5 \
- either-1.9.0 \
+ either-1.10.0 \
ena-0.14.2 \
- env_logger-0.10.2 \
- equivalent-1.0.0 \
+ equivalent-1.0.1 \
expect-test-1.4.1 \
- filetime-0.2.22 \
+ filetime-0.2.23 \
fixedbitset-0.4.2 \
- flate2-1.0.26 \
- form_urlencoded-1.2.0 \
+ flate2-1.0.28 \
+ form_urlencoded-1.2.1 \
fsevent-sys-4.1.0 \
fst-0.4.7 \
getrandom-0.2.12 \
- gimli-0.27.3 \
+ gimli-0.28.1 \
hashbrown-0.14.3 \
heck-0.4.1 \
- hermit-abi-0.2.6 \
- home-0.5.5 \
- idna-0.4.0 \
- indexmap-2.1.0 \
+ hermit-abi-0.3.9 \
+ home-0.5.9 \
+ idna-0.5.0 \
+ indexmap-2.2.5 \
inotify-0.9.6 \
inotify-sys-0.1.5 \
- itertools-0.12.0 \
- itoa-1.0.6 \
+ itertools-0.12.1 \
+ itoa-1.0.10 \
jod-thread-0.1.2 \
- kqueue-1.0.7 \
- kqueue-sys-1.0.3 \
+ kqueue-1.0.8 \
+ kqueue-sys-1.0.4 \
la-arena-0.3.1 \
lazy_static-1.4.0 \
- libc-0.2.150 \
- libloading-0.8.0 \
- libmimalloc-sys-0.1.33 \
+ libc-0.2.153 \
+ libloading-0.8.2 \
+ libmimalloc-sys-0.1.35 \
line-index-0.1.1 \
linked-hash-map-0.5.6 \
- lock_api-0.4.10 \
- log-0.4.19 \
+ lock_api-0.4.11 \
+ log-0.4.21 \
lsp-server-0.7.6 \
lsp-types-0.95.0 \
memchr-2.7.1 \
memmap2-0.5.10 \
memoffset-0.9.0 \
- mimalloc-0.1.37 \
- miniz_oxide-0.6.2 \
- miniz_oxide-0.7.1 \
- mio-0.8.5 \
+ mimalloc-0.1.39 \
+ miniz_oxide-0.7.2 \
+ mio-0.8.11 \
miow-0.6.0 \
- nix-0.26.2 \
+ nix-0.26.4 \
nix-0.27.1 \
nohash-hasher-0.2.0 \
notify-6.1.1 \
nu-ansi-term-0.49.0 \
- num_cpus-1.15.0 \
- object-0.30.4 \
- object-0.32.0 \
- once_cell-1.18.0 \
+ num-conv-0.1.0 \
+ num_cpus-1.16.0 \
+ object-0.32.2 \
+ object-0.33.0 \
+ once_cell-1.19.0 \
oorandom-11.1.3 \
parking_lot-0.12.1 \
parking_lot_core-0.9.9 \
- paste-1.0.12 \
- percent-encoding-2.3.0 \
+ paste-1.0.14 \
+ percent-encoding-2.3.1 \
perf-event-0.4.7 \
perf-event-open-sys-1.0.1 \
petgraph-0.6.4 \
- pin-project-lite-0.2.9 \
+ pin-project-lite-0.2.13 \
+ powerfmt-0.2.0 \
ppv-lite86-0.2.17 \
- proc-macro2-1.0.69 \
+ proc-macro2-1.0.78 \
protobuf-3.2.0 \
protobuf-support-3.2.0 \
- pulldown-cmark-0.9.3 \
+ pulldown-cmark-0.9.6 \
pulldown-cmark-to-cmark-10.0.4 \
- quote-1.0.28 \
- ra-ap-rustc_abi-0.35.0 \
- ra-ap-rustc_index-0.35.0 \
- ra-ap-rustc_index-0.40.0 \
- ra-ap-rustc_index_macros-0.35.0 \
- ra-ap-rustc_index_macros-0.40.0 \
- ra-ap-rustc_lexer-0.35.0 \
- ra-ap-rustc_parse_format-0.35.0 \
- ra-ap-rustc_pattern_analysis-0.40.0 \
+ quote-1.0.35 \
+ ra-ap-rustc_abi-0.42.0 \
+ ra-ap-rustc_index-0.42.0 \
+ ra-ap-rustc_index_macros-0.42.0 \
+ ra-ap-rustc_lexer-0.42.0 \
+ ra-ap-rustc_parse_format-0.42.0 \
+ ra-ap-rustc_pattern_analysis-0.42.0 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
- rayon-1.8.0 \
- rayon-core-1.12.0 \
- redox_syscall-0.3.5 \
+ rayon-1.9.0 \
+ rayon-core-1.12.1 \
redox_syscall-0.4.1 \
rowan-0.15.15 \
rustc-demangle-0.1.23 \
rustc-hash-1.1.0 \
rustc_apfloat-0.2.0+llvm-462a31f5a5ab \
- ryu-1.0.13 \
+ ryu-1.0.17 \
same-file-1.0.6 \
scip-0.3.3 \
scoped-tls-1.0.1 \
- scopeguard-1.1.0 \
- semver-1.0.17 \
- serde-1.0.193 \
- serde_derive-1.0.193 \
- serde_json-1.0.108 \
- serde_repr-0.1.12 \
- sharded-slab-0.1.4 \
- smallvec-1.12.0 \
+ scopeguard-1.2.0 \
+ semver-1.0.22 \
+ serde-1.0.197 \
+ serde_derive-1.0.197 \
+ serde_json-1.0.114 \
+ serde_repr-0.1.18 \
+ sharded-slab-0.1.7 \
+ smallvec-1.13.1 \
smol_str-0.2.1 \
- snap-1.1.0 \
+ snap-1.1.1 \
stable_deref_trait-1.2.0 \
- static_assertions-1.1.0 \
- syn-2.0.39 \
- synstructure-0.13.0 \
- test-log-0.2.14 \
- test-log-macros-0.2.14 \
+ syn-2.0.52 \
+ synstructure-0.13.1 \
text-size-1.1.1 \
- thiserror-1.0.40 \
- thiserror-impl-1.0.40 \
- thread_local-1.1.7 \
- tikv-jemalloc-ctl-0.5.0 \
- tikv-jemalloc-sys-0.5.3+5.3.0-patched \
- tikv-jemallocator-0.5.0 \
- time-0.3.22 \
- time-core-0.1.1 \
+ thiserror-1.0.57 \
+ thiserror-impl-1.0.57 \
+ thread_local-1.1.8 \
+ tikv-jemalloc-ctl-0.5.4 \
+ tikv-jemalloc-sys-0.5.4+5.3.0-patched \
+ tikv-jemallocator-0.5.4 \
+ time-0.3.34 \
+ time-core-0.1.2 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.1 \
tracing-0.1.40 \
@@ -161,41 +156,42 @@ CARGO_CRATES= addr2line-0.19.0 \
triomphe-0.1.11 \
typed-arena-2.0.2 \
ungrammar-1.16.1 \
- unicase-2.6.0 \
- unicode-bidi-0.3.13 \
- unicode-ident-1.0.9 \
- unicode-normalization-0.1.22 \
- unicode-properties-0.1.0 \
+ unicase-2.7.0 \
+ unicode-bidi-0.3.15 \
+ unicode-ident-1.0.12 \
+ unicode-normalization-0.1.23 \
+ unicode-properties-0.1.1 \
unicode-xid-0.2.4 \
- url-2.4.0 \
+ url-2.5.0 \
valuable-0.1.0 \
version_check-0.9.4 \
- walkdir-2.3.3 \
+ walkdir-2.5.0 \
wasi-0.11.0+wasi-snapshot-preview1 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
- winapi-util-0.1.5 \
+ winapi-util-0.1.6 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
- windows-sys-0.42.0 \
windows-sys-0.48.0 \
- windows-targets-0.48.0 \
- windows_aarch64_gnullvm-0.42.2 \
- windows_aarch64_gnullvm-0.48.0 \
- windows_aarch64_msvc-0.42.2 \
- windows_aarch64_msvc-0.48.0 \
- windows_i686_gnu-0.42.2 \
- windows_i686_gnu-0.48.0 \
- windows_i686_msvc-0.42.2 \
- windows_i686_msvc-0.48.0 \
- windows_x86_64_gnu-0.42.2 \
- windows_x86_64_gnu-0.48.0 \
- windows_x86_64_gnullvm-0.42.2 \
- windows_x86_64_gnullvm-0.48.0 \
- windows_x86_64_msvc-0.42.2 \
- windows_x86_64_msvc-0.48.0 \
- write-json-0.1.2 \
- xflags-0.3.1 \
- xflags-macros-0.3.1 \
+ windows-sys-0.52.0 \
+ windows-targets-0.48.5 \
+ windows-targets-0.52.4 \
+ windows_aarch64_gnullvm-0.48.5 \
+ windows_aarch64_gnullvm-0.52.4 \
+ windows_aarch64_msvc-0.48.5 \
+ windows_aarch64_msvc-0.52.4 \
+ windows_i686_gnu-0.48.5 \
+ windows_i686_gnu-0.52.4 \
+ windows_i686_msvc-0.48.5 \
+ windows_i686_msvc-0.52.4 \
+ windows_x86_64_gnu-0.48.5 \
+ windows_x86_64_gnu-0.52.4 \
+ windows_x86_64_gnullvm-0.48.5 \
+ windows_x86_64_gnullvm-0.52.4 \
+ windows_x86_64_msvc-0.48.5 \
+ windows_x86_64_msvc-0.52.4 \
+ write-json-0.1.4 \
+ xflags-0.3.2 \
+ xflags-macros-0.3.2 \
xshell-0.2.5 \
xshell-macros-0.2.5 \
zip-0.6.6
diff --git a/devel/rust-analyzer/distinfo b/devel/rust-analyzer/distinfo
index c1585fc694f2..42a068d82a08 100644
--- a/devel/rust-analyzer/distinfo
+++ b/devel/rust-analyzer/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1709731200
+TIMESTAMP = 1710301765
SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97
SIZE (rust/crates/addr2line-0.19.0.crate) = 33210
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
@@ -401,5 +401,5 @@ SHA256 (rust/crates/xshell-macros-0.2.5.crate) = 7e2c411759b501fb9501aac2b1b2d28
SIZE (rust/crates/xshell-macros-0.2.5.crate) = 2845
SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261
SIZE (rust/crates/zip-0.6.6.crate) = 65789
-SHA256 (rust-analyzer-rust-analyzer-2024-03-04_GH0.tar.gz) = bdba8971505f1c7a5a7ecd0b767b88f4ab6f781ae63a55a251f9bb408b5a6714
-SIZE (rust-analyzer-rust-analyzer-2024-03-04_GH0.tar.gz) = 2894447
+SHA256 (rust-analyzer-rust-analyzer-2024-03-11_GH0.tar.gz) = 31df3464840a79ad9303a2df9abb12f46d555e210112e80faa5ab665a8fb7202
+SIZE (rust-analyzer-rust-analyzer-2024-03-11_GH0.tar.gz) = 2909059