Skip to content

Commit

Permalink
Merge pull request #148 from MolotovCherry/dependabot/cargo/rust/pyo3…
Browse files Browse the repository at this point in the history
…-0.22.1

Bump pyo3 from 0.22.0 to 0.22.1 in /rust
  • Loading branch information
MolotovCherry committed Jul 8, 2024
2 parents 09c4fbf + 516a7db commit eae5120
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions rust/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 rust/bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.0", features = ["abi3", "abi3-py37"] }
pyo3 = { version = "0.22.1", features = ["abi3", "abi3-py37"] }
driver-ipc = { path = "../../driver-ipc" }

[lints]
Expand Down

0 comments on commit eae5120

Please sign in to comment.