Skip to content

Commit

Permalink
Bump pyo3 from 0.19.2 to 0.20.0 (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent e870456 commit 8fe2723
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
33 changes: 17 additions & 16 deletions 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 console_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sbp = { version = "5", features = ["json", "link", "swiftnav"] }
mimalloc = { version = "0.1", default-features = false }
serialport = { git = "https://github.com/swift-nav/serialport-rs.git", default-features = false }

pyo3 = { version = "0.19.2", features = [
pyo3 = { version = "0.20.0", features = [
"extension-module",
"macros",
], default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion entrypoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ optional = true
[dependencies.pyo3]
default-features = false
features = ["auto-initialize"]
version = "0.19.2"
version = "0.20.0"
optional = true

[target]
Expand Down

0 comments on commit 8fe2723

Please sign in to comment.