mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Bump indoc from 1.0.4 to 1.0.6 (#627)
This commit is contained in:
parent
93b08db870
commit
b7d62a01ac
2 changed files with 3 additions and 6 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -784,12 +784,9 @@ checksum = "990980c3d268c9b99df35e813eca2b8d1ee08606f6d2bb325edbd0b0c68f9ffe"
|
|||
|
||||
[[package]]
|
||||
name = "indoc"
|
||||
version = "1.0.4"
|
||||
version = "1.0.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
|
||||
dependencies = [
|
||||
"unindent",
|
||||
]
|
||||
checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
|
||||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ optional = true
|
|||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.3.5" }
|
||||
indoc = "1.0.4"
|
||||
indoc = "1.0.6"
|
||||
insta = { version = "1.14.0", features = ["backtrace"] }
|
||||
typed-builder = "0.10.0"
|
||||
unindent = "0.1.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue