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:
Patrick Förster 2022-03-21 20:12:27 +01:00 committed by GitHub
commit 1791c1f2b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"