Skip to content

Commit ed3ade4

Browse files
Bump pyo3 from 0.24.2 to 0.25.1 in the rust group
Bumps the rust group with 1 update: [pyo3](https://github.com/pyo3/pyo3). Updates `pyo3` from 0.24.2 to 0.25.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.25.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.2...v0.25.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 528b3e9 commit ed3ade4

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
@@ -10,7 +10,7 @@ name = "egglog"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
pyo3 = { version = "0.24.2", features = ["extension-module"] }
13+
pyo3 = { version = "0.25.1", features = ["extension-module"] }
1414

1515
# include this bugfix https://github.com/egraphs-good/egglog/pull/629
1616
egglog = { git = "https://github.com/saulshanabrook/egg-smol.git", rev = "1e638e6" }

0 commit comments

Comments
 (0)