Standard dependency bump. Cargo was throwing a warning about .cargo/config needing to be migrated to a toml file. However, it seems this file was intended to be .gitignored anyway, and there is nothing in the file that should need to be shared across machines (disabling multiplexing seems to have been a workaround for broken versions of curl, this was fixed in March 2023), so deleting it seemed to be the better option.
Standard dependency bump. Cargo was throwing a warning about
.cargo/config
needing to be migrated to a toml file. However, it seems this file was intended to be.gitignore
d anyway, and there is nothing in the file that should need to be shared across machines (disabling multiplexing seems to have been a workaround for broken versions of curl, this was fixed in March 2023), so deleting it seemed to be the better option.