Skip to content

Commit bd5664c

Browse files
Bump pyo3 from 0.19.0 to 0.19.1
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.19.0 to 0.19.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.19.0...v0.19.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1aebe7b commit bd5664c

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

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

console_backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sbp = { version = "4.14.1", features = ["json", "link", "swiftnav"] }
3838
mimalloc = { version = "0.1", default-features = false }
3939
serialport = { git = "https://github.com/swift-nav/serialport-rs.git", default-features = false }
4040

41-
pyo3 = { version = "0.19.0", features = [
41+
pyo3 = { version = "0.19.1", features = [
4242
"extension-module",
4343
"macros",
4444
], default-features = false, optional = true }

entrypoint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ optional = true
4040
[dependencies.pyo3]
4141
default-features = false
4242
features = ["auto-initialize"]
43-
version = "0.19.0"
43+
version = "0.19.1"
4444
optional = true
4545

4646
[target]

0 commit comments

Comments
 (0)