build(deps): bump indoc from 2.0.1 to 2.0.2 (#7529)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d908a6ed19
commit
83e59197ac
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1501,9 +1501,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "indoc"
|
||||
version = "2.0.1"
|
||||
version = "2.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690"
|
||||
checksum = "761cde40c27e2a9877f8c928fd248b7eec9dd48623dd514b256858ca593fbba7"
|
||||
|
||||
[[package]]
|
||||
name = "instant"
|
||||
|
|
|
@ -50,4 +50,4 @@ textwrap = "0.16.0"
|
|||
|
||||
[dev-dependencies]
|
||||
quickcheck = { version = "1", default-features = false }
|
||||
indoc = "2.0.1"
|
||||
indoc = "2.0.2"
|
||||
|
|
|
@ -75,5 +75,5 @@ helix-loader = { version = "0.6", path = "../helix-loader" }
|
|||
|
||||
[dev-dependencies]
|
||||
smallvec = "1.10"
|
||||
indoc = "2.0.1"
|
||||
indoc = "2.0.2"
|
||||
tempfile = "3.6.0"
|
||||
|
|
Loading…
Reference in a new issue