Rust mediasoup won't build

Hello, after updating rust mediasoup library to 0.10.0 my project has stopped building. Can you please help me to fix it? From the error i guess that something is wrong with openssl libs conflicting.

Last couple lines of error:

/home/dima/projects/experiment/api/messengerapi/target/debug/build/mediasoup-sys-0fba45d138afcd5e/out/out/Debug/build/…/…/…/…/…/…/…/…/…/…/…/…/.cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.4.1/subprojects/openssl-3.0.2/crypto/evp/pbe_scrypt.c:94: multiple definition of `EVP_PBE_scrypt’; /home/dima/projects/experiment/api/messengerapi/target/debug/deps/libopenssl_sys-f7acdb223f3fc42b.rlib(pbe_scrypt.o):/home/dima/projects/experiment/api/messengerapi/target/debug/build/openssl-sys-a2d8abcb8c2761e9/out/openssl-build/build/src/crypto/evp/pbe_scrypt.c:162: first defined here
collect2: error: ld returned 1 exit status

Full error log:

Solved by removing vendored feature from openssl