bump pyo3 to 0.25

This commit is contained in:
Josh Thomas 2025-05-15 21:24:49 -05:00
parent d2831da4a1
commit 521bb5ba81

View file

@ -17,8 +17,8 @@ config = { version ="0.15.5", features = ["toml"] }
directories = "6.0.0"
insta = { version = "1.43.1", features = ["yaml"] }
percent-encoding = "2.3.1"
pyo3 = "0.24"
pyo3-build-config = { version = "0.24", features = ["resolve-config"] }
pyo3 = "0.25.0"
pyo3-build-config = { version = "0.25.0", features = ["resolve-config"] }
salsa = { git = "https://github.com/salsa-rs/salsa.git", rev = "7edce6e248f35c8114b4b021cdb474a3fb2813b3" }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"