diff -r 3551f2a1c963 -r ca81cd96000a rust/hg-cpython/src/revlog.rs --- a/rust/hg-cpython/src/revlog.rs Tue Oct 31 18:09:43 2023 +0100 +++ b/rust/hg-cpython/src/revlog.rs Thu Oct 26 15:26:19 2023 +0200 @@ -520,7 +520,7 @@ data: PyObject, ) -> PyResult<( PyBuffer, - Box + Send + 'static>, + Box + Send + Sync + 'static>, )> { let buf = PyBuffer::get(py, &data)?; let len = buf.item_count();