Since updating one of my projects to `anyhow` 1.0.61 - rust-analyzer rechecks `anyhow` and everything that depends on it on each start of VScode - Running `rust build` etc. in a terminal rebuilds `anyhow` and everything that depends on it after rust-analyzer rechecked it For larger projects with anyhow deep in their dependency chain, these frequent rebuilds can get quite annoying.