Skip to content

Commit 4b15af4

Browse files
Bump pyo3 from 0.25.1 to 0.26.0
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.25.1 to 0.26.0. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.25.1...v0.26.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de04568 commit 4b15af4

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

Cargo.lock

Lines changed: 12 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ unicode-segmentation = "1.12.0"
4444

4545
[target.'cfg(not(target_family = "wasm"))'.dependencies]
4646
clap = {version = "4.5.47", features = ["derive", "wrap_help"], optional = true}
47-
pyo3 = {version = "0.25.1", optional = true}
47+
pyo3 = {version = "0.26.0", optional = true}
4848

4949
[target.'cfg(target_family = "wasm")'.dependencies]
5050
wasm-bindgen = "0.2.100"

0 commit comments

Comments
 (0)