Skip to content

Commit

Permalink
fix(deps): update rust crate pyo3 to 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 30, 2024
1 parent 0e13cf7 commit e0ceb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/stencila/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ crate-type = ["cdylib"]
[dependencies]
codecs = { path = "../../rust/codecs" }
common = { path = "../../rust/common" }
pyo3 = { version = "0.20.3", features = ["extension-module"] }
pyo3 = { version = "0.21.2", features = ["extension-module"] }
pyo3-asyncio = { version = "0.20.0", features = ["tokio-runtime"] }
schema = { path = "../../rust/schema" }

0 comments on commit e0ceb05

Please sign in to comment.