Skip to content

Commit 7fe83a3

Browse files
build(deps): bump pyo3 from 0.23.4 to 0.23.5 (#405)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.4 to 0.23.5. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.4...v0.23.5) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30afc73 commit 7fe83a3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "umu_delta"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
pyo3 = { version = "0.23.4", features = ["extension-module"] }
13+
pyo3 = { version = "0.23.5", features = ["extension-module"] }
1414
ssh-key = { version = "0.6.7", default-features = false, features = [
1515
"ed25519",
1616
"alloc",

0 commit comments

Comments
 (0)