Skip to content

Commit 3c9f2c2

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

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.13.0", 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.18.2", features = [
41+
pyo3 = { version = "0.18.3", 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.18.2"
43+
version = "0.18.3"
4444
optional = true
4545

4646
[target]

0 commit comments

Comments
 (0)