diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 2c608db1f723..5bf4dcc78a68 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -154,6 +154,8 @@ crate-type = ["cdylib"] doc = false [dependencies] +# Workaround for https://github.com/apache/opendal/issues/5000 +aws-lc-rs = { version = "1", features = ["bindgen"] } bytes = "1.5.0" futures = "0.3.28" # this crate won't be published, we always use the local version