bump pyo3 to 0.25 (#151)

This commit is contained in:
Josh Thomas 2025-05-15 21:38:58 -05:00 committed by GitHub
parent d2831da4a1
commit 7884ddc700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"