Skip to content

Commit e1a1cc7

Browse files
Bump pyo3 from 0.23.1 to 0.23.2 in the cargo group
Bumps the cargo group with 1 update: [pyo3](https://github.com/pyo3/pyo3). Updates `pyo3` from 0.23.1 to 0.23.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.2/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.1...v0.23.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 205bd2d commit e1a1cc7

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "cpp_linter"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
pyo3 = { version = "0.23.1", features = ["extension-module"] }
19+
pyo3 = { version = "0.23.2", features = ["extension-module"] }
2020
cpp-linter = { path = "../../cpp-linter" }
2121
tokio = "1.41.1"
2222

docs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111

1212
[dependencies]
1313
cpp-linter = { path = "../cpp-linter" }
14-
pyo3 = "0.23.1"
14+
pyo3 = "0.23.2"
1515

1616
[lib]
1717
name = "cli_gen"

0 commit comments

Comments
 (0)