mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Merge pull request #582 from latex-lsp/dependabot/cargo/dashmap-5.2.0
Bump dashmap from 5.1.0 to 5.2.0
This commit is contained in:
commit
1791c1f2b5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -406,9 +406,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dashmap"
|
||||
version = "5.1.0"
|
||||
version = "5.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c0834a35a3fce649144119e18da2a4d8ed12ef3862f47183fd46f625d072d96c"
|
||||
checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"num_cpus",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ citeproc-io = { git = "https://github.com/cormacrelf/citeproc-rs", rev = "2ab195
|
|||
csl = { git = "https://github.com/cormacrelf/citeproc-rs", rev = "2ab195a1e6f84f0ff284813ece61dc62096abbfe", optional = true }
|
||||
crossbeam-channel = "0.5.4"
|
||||
cstree = "0.6.1"
|
||||
dashmap = "5.1.0"
|
||||
dashmap = "5.2.0"
|
||||
derive_more = "0.99.17"
|
||||
encoding_rs = "0.8.30"
|
||||
encoding_rs_io = "0.1.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue