From 182e691b7f4124d52605e3612843123d61a2fe01 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:02:43 -0800 Subject: [PATCH] chore: bump pyo3 to 0.23.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f51dd04..e37a5bf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "umu_delta" crate-type = ["cdylib"] [dependencies] -pyo3 = { version = "0.23.1", features = ["extension-module"] } +pyo3 = { version = "0.23.3", features = ["extension-module"] } qbsdiff = "1.4.2" crc32fast = "1.4.2" bzip2 = "0.4.4"