diff --git a/pylancelot/Cargo.toml b/pylancelot/Cargo.toml index 1863f29..a0b6c20 100644 --- a/pylancelot/Cargo.toml +++ b/pylancelot/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib"] [dependencies] lancelot = { path = "../core", version = "0.9.2" } pyo3 = { version = "0.22" } -pyo3-log = "0.11" +pyo3-log = "0.12" anyhow = "1" sha256 = "1"