Merge pull request #3256 from PyO3/dependabot/cargo/unindent-0.2.1
Update unindent requirement from 0.1.4 to 0.2.1
This commit is contained in:
commit
71ed4e17c7
|
@ -26,7 +26,7 @@ pyo3-ffi = { path = "pyo3-ffi", version = "=0.19.0" }
|
||||||
# support crates for macros feature
|
# support crates for macros feature
|
||||||
pyo3-macros = { path = "pyo3-macros", version = "=0.19.0", optional = true }
|
pyo3-macros = { path = "pyo3-macros", version = "=0.19.0", optional = true }
|
||||||
indoc = { version = "2.0.1", optional = true }
|
indoc = { version = "2.0.1", optional = true }
|
||||||
unindent = { version = "0.1.4", optional = true }
|
unindent = { version = "0.2.1", optional = true }
|
||||||
|
|
||||||
# support crate for multiple-pymethods feature
|
# support crate for multiple-pymethods feature
|
||||||
inventory = { version = "0.3.0", optional = true }
|
inventory = { version = "0.3.0", optional = true }
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Bump `indoc` dependency to 2.0.
|
Bump `indoc` dependency to 2.0 and `unindent` to 0.2.
|
||||||
|
|
Loading…
Reference in New Issue