bump: :tools debugger lsp

emacs-lsp/dap-mode@6933fca0b5 -> emacs-lsp/dap-mode@f918c0580b
emacs-lsp/lsp-mode@c6482c1bbf -> emacs-lsp/lsp-mode@1e7128c43f
gagbo/consult-lsp@f4f195046b -> gagbo/consult-lsp@5a3c4e3f42
joaotavora/eglot@f775187115 -> joaotavora/eglot@83a61f673a

- Fixes support for newer versions of rust-analyzer (#6214).
- Fixes an issue where the diagnostics list from consult-lsp-diagnostics
  weren't properly sorted by severity (#6220).

Ref: gagbo/consult-lsp#21
Close: #6220
Close: #6214
This commit is contained in:
Henrik Lissner 2022-03-30 17:29:23 +02:00
parent 0e802f4653
commit 44dee4033f
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 4 additions and 4 deletions

View file

@ -6,5 +6,5 @@
(package! realgud-trepan-ni :pin "0ec088ea343835e24ae73da09bea96bfb02a3130")))
(when (featurep! +lsp)
(package! dap-mode :pin "6933fca0b53ea5d2d65a0545e5a4ae6424d32e9b")
(package! dap-mode :pin "f918c0580bd17105cbe50aa701a2375abca5a6ab")
(package! posframe :pin "c91d4d53fa479ceb604071008ce0a901770eff57"))