Skip to content

Commit a7c1c2b

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 bf810b5 commit a7c1c2b

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 11 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
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
name = "configcrunch"
1313

1414
[dependencies]
15-
pyo3 = { version = "0.25", features = ["extension-module"] }
15+
pyo3 = { version = "0.26", features = ["extension-module"] }
1616
serde = { version = "1", features = ["derive"] }
1717
serde_yaml = "0.9"
1818
minijinja = "2"

0 commit comments

Comments
 (0)