Update dependencies.
'cargo audit' reported several known vulnerabilities in dependencies, so we should update to fix them. Running 'cargo update' by itself pulled in clap 4.5.18 which has MSRV 1.74, later than our current 1.72. I don't think I'd mind too much bumping our MSRV to match, but there's also no need, because clap 4.4.18 is good enough to make cargo audit not complain.
parent
dde61ab3
No related branches found
No related tags found
This diff is collapsed.
Please register or sign in to comment