How to create predicate instance by Vec<u8> code using fuels-rs v0.39?

Hi guys
How to create a predicate instance by Vec code using fuels-rs v0.39?

On v0.38.1 it was like Predicate::new(code);

But on 0.39 I have an error