diff --git a/data-pdf/Cargo.toml b/data-pdf/Cargo.toml index a1131e1..cc1ccde 100644 --- a/data-pdf/Cargo.toml +++ b/data-pdf/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["rlib"] [dependencies] once_cell = "1.16.0" -image = "0.24.2" +image = "=0.24.2" pdfium-render = { git = "https://github.com/ajrcarey/pdfium-render", rev = "d2559c1", features = [ "thread_safe", "sync",