diff --git a/Cargo.toml b/Cargo.toml index 5514ab68..bfac08ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ async-std = { version = "1", features = ["attributes"] } axum = "0.7" criterion = "0.5" http-types = "2" -pyo3 = "0.22" +pyo3 = "0.23" quickcheck = "1" rand = "0.8.4" tide = "0.16"