mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 18:58:31 +00:00
Bump multimap from 0.10.0 to 0.10.1 (#1418)
This commit is contained in:
parent
237eda72a1
commit
c0e0b81207
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1206,9 +1206,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "multimap"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
|
||||
checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
|
|
@ -13,7 +13,7 @@ encoding_rs_io = "0.1.7"
|
|||
itertools.workspace = true
|
||||
line-index = { path = "../line-index" }
|
||||
log.workspace = true
|
||||
multimap = "0.10.0"
|
||||
multimap = "0.10.1"
|
||||
once_cell.workspace = true
|
||||
regex.workspace = true
|
||||
rowan.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue