Skip to content

Commit

Permalink
Update indoc requirement from 1.0.3 to 2.0.1
Browse files Browse the repository at this point in the history
Updates the requirements on [indoc](https://github.com/dtolnay/indoc) to permit the latest version.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@1.0.3...2.0.1)

---
updated-dependencies:
- dependency-name: indoc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2023
1 parent 2909d5f commit da0f403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da0f403

Please sign in to comment.