Merge pull request #297 from PyO3/dependabot/cargo/indoc-0.3.1

Update indoc requirement from 0.2.8 to 0.3.1
This commit is contained in:
Yuji Kanagawa 2018-12-03 22:58:57 +09:00 committed by GitHub
commit cf4cfe20f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ num-complex = { version = "0.2.1", optional = true }
[dev-dependencies]
assert_approx_eq = "1.0.0"
docmatic = "0.1.2"
indoc = "0.2.8"
indoc = "0.3.1"
[build-dependencies]
regex = "1.0.5"