I added a dependency to a rust project, then ran cargo run, this gave me this error:
"Blocking waiting for file lock on package cache"
I tried the solution I found online which was to delete the ~/.cargo/.package-cache file, however this has not worked for me. When I type commands like cargo run and cargo update I just get the same message. Now even when I go to another rust project with no dependencies, and try to run it, I get the same "Blocking waiting for file lock on package cache" message. I am on a M1 MacBook Pro.