Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I was messing around with `cargo audit` and `cargo outdated` and realized I broke the auto-update of cargo. When I switched from using `cargo update` to `cargo upgrade`, I didn't realize that `cargo upgrade` doesn't update the `Cargo.lock` file. I only noticed because `cargo audit` was reporting a yanked version of libc and running `cargo update` fixed it. I added running `cargo outdated` as a sanity check that things are updating correcty.
- Loading branch information