diff --git a/python/Cargo.toml b/python/Cargo.toml index 40045c9e..46bad11d 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -17,7 +17,7 @@ doctest = false [dependencies] oxigraph = {version = "0.2", path="../lib", features = ["sled", "http_client"]} -pyo3 = {version = "0.13", features = ["extension-module", "abi3-py36"]} +pyo3 = {version = "0.14", features = ["extension-module", "abi3-py36"]} native-tls = {version = "0.2", features = ["vendored"]} [package.metadata.maturin]