From 521bb5ba8197174ff6f1b5246b330f4fc54410c8 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 15 May 2025 21:24:49 -0500 Subject: [PATCH] bump pyo3 to 0.25 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3683aec2..a8c39444 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"