diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index e2cdc6c..3a07079 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -14,7 +14,7 @@ description = "Python bindings for pink" codegen-sdk-analyzer = { workspace = true } codegen-sdk-resolution = { workspace = true } pyo3 = { version = "0.25.1", features = ["anyhow", "extension-module"] } -pyo3-log = "0.12.4" +pyo3-log = "0.13.0" pyo3-bytes = "0.3.0" codegen-sdk-common = { workspace = true } anyhow = { workspace = true }