master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.4k stars 147 forks source link

Bump dependencies and remove an old file #845

Closed shssoichiro closed 1 month ago

shssoichiro commented 1 month ago

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.