Skip to content

Commit 6983c6e

Browse files
build(deps): update pyo3-stub-gen requirement from 0.7.0 to 0.8.0
Updates the requirements on [pyo3-stub-gen](https://github.com/Jij-Inc/pyo3-stub-gen) to permit the latest version. - [Release notes](https://github.com/Jij-Inc/pyo3-stub-gen/releases) - [Commits](Jij-Inc/pyo3-stub-gen@0.7.0...0.8.0) --- updated-dependencies: - dependency-name: pyo3-stub-gen dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e77ed35 commit 6983c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pyo3-async-runtimes = { version = "0.24.0", features = [
3333
"tokio-runtime",
3434
"unstable-streams",
3535
] }
36-
pyo3-stub-gen = { version = "0.7.0", optional = true }
36+
pyo3-stub-gen = { version = "0.8.0", optional = true }
3737
serde = { version = "1.0.219", features = ["derive"] }
3838
mime = "0.3.17"
3939
indexmap = { version = "2.8.0", features = ["serde"] }

0 commit comments

Comments
 (0)