Bump multimap from 0.10.0 to 0.10.1 (#1418)

This commit is contained in:
dependabot[bot] 2025-06-14 09:37:35 +00:00 committed by GitHub
parent 237eda72a1
commit c0e0b81207
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

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

View file

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