Merge pull request #3237 from PyO3/dependabot/cargo/indoc-2.0.1
Update indoc requirement from 1.0.3 to 2.0.1
This commit is contained in:
commit
ede32cb886
|
@ -25,7 +25,7 @@ pyo3-ffi = { path = "pyo3-ffi", version = "=0.19.0" }
|
|||
|
||||
# support crates for macros feature
|
||||
pyo3-macros = { path = "pyo3-macros", version = "=0.19.0", optional = true }
|
||||
indoc = { version = "1.0.3", optional = true }
|
||||
indoc = { version = "2.0.1", optional = true }
|
||||
unindent = { version = "0.1.4", optional = true }
|
||||
|
||||
# support crate for multiple-pymethods feature
|
||||
|
|
Loading…
Reference in New Issue