diff --git a/Cargo.toml b/Cargo.toml index 2c1f889..59ab23b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ prost-types = { version = "0.12.0", optional = true } async-std = { version = "1", features = ["attributes"] } criterion = "0.5" http-types = "2" -pyo3 = "0.21" +pyo3 = "0.22" quickcheck = "1" rand = "0.8.4" tide = "0.16"