I'm using a MacBook Pro M1 with Ventura 13.4.1
I'm doing some rust and I've seen that udeps can help me to remove unused dependencies from my Cargo.toml file, so I've installed the tool and tried to run it. When I do it I keep getting this error: symbol not found in flat namespace '_EVP_aes_128_cbc'
I've had some problems during the instalation of udeps with openssl@3, but I've finally been able to install it. However, I'm not able to run it.
I've been doing some research but I can't find the solution. Any help is appreciated!