From 363253b96ffd5e8c2e1cfc0a15d858de8d82a35e Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Sun, 6 Apr 2025 16:09:48 +0530 Subject: [PATCH] Update Cargo.toml Signed-off-by: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0f5e2a..b8ed2e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ axum = "0.7" criterion = "0.5" futures = "0.3" http-types = "2" -pyo3 = "0.22" +pyo3 = "0.24.1" quickcheck = "1" rand = "0.8.4" tide = "0.16"