Skip to content

Commit

Permalink
Update Rust crate pyo3 to 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent c8ec7a8 commit ea3a5b4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
28 changes: 18 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python = ["dep:pyo3"]
cli = ["dep:clap", "dep:anyhow"]

[dependencies]
pyo3 = {version = "0.20.2", features = ["extension-module"], optional = true}
pyo3 = {version = "0.20.3", features = ["extension-module"], optional = true}
clap = {version = "4.5.1", features = ["derive"], optional = true}
anyhow = {version = "1", optional = true}

Expand Down

0 comments on commit ea3a5b4

Please sign in to comment.