mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
Bump PyO3 dependency
Github's bot reports a use-after-free issue so let's bump up the version: https://github.com/penberg/limbo/security/dependabot/4
This commit is contained in:
parent
9d96b22b4a
commit
851ea65530
2 changed files with 12 additions and 12 deletions
|
@ -17,9 +17,9 @@ extension-module = ["pyo3/extension-module"]
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
limbo_core = { path = "../../core" }
|
||||
pyo3 = { version = "0.22.2", features = ["anyhow"] }
|
||||
pyo3 = { version = "0.22.4", features = ["anyhow"] }
|
||||
|
||||
[build-dependencies]
|
||||
version_check = "0.9.5"
|
||||
# used where logic has to be version/distribution specific, e.g. pypy
|
||||
pyo3-build-config = { version = "0.22.0" }
|
||||
pyo3-build-config = { version = "0.22.4" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue