Skip to content

Commit a6a9f72

Browse files
dependabot[bot]MatejKastak
authored andcommitted
build(deps): bump pyo3 from 0.20.2 to 0.20.3
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.20.2 to 0.20.3. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.20.2...v0.20.3) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57e8dae commit a6a9f72

2 files changed

Lines changed: 19 additions & 11 deletions

File tree

Cargo.lock

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

yari-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ name = "yari"
1111
crate-type = ["cdylib"]
1212

1313
[dependencies]
14-
pyo3 = { version = "0.20.2", features = ["extension-module"] }
14+
pyo3 = { version = "0.20.3", features = ["extension-module"] }
1515
yari-sys = { path = "../yari-sys" }

0 commit comments

Comments
 (0)