Skip to content

Commit

Permalink
build(deps): bump the deps group in /examples/hello-world with 1 update
Browse files Browse the repository at this point in the history
Bumps the deps group in /examples/hello-world with 1 update: [pyo3](https://github.com/pyo3/pyo3).


Updates `pyo3` from 0.20.1 to 0.20.2
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.20.1...v0.20.2)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent 58266f2 commit f62db29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions examples/hello-world/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pyo3 = { version = "0.20.1", features = ["extension-module"] }
pyo3 = { version = "0.20.2", features = ["extension-module"] }

[profile.release-lto]
inherits = "release"
Expand Down

0 comments on commit f62db29

Please sign in to comment.