diff --git a/Cargo.toml b/Cargo.toml index dec1c10..ee6c160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.21", features = ["abi3-py38", "gil-refs"] } -qrlew = "0.9.26" +qrlew = "0.9.27" qrlew-sarus = "0.9.25" serde_json = "1.0"