summaryrefslogtreecommitdiff
path: root/maint/cargo_audit
Commit message (Collapse)AuthorAgeFilesLines
* update to v5.0.0trinity-1686a2022-08-311-5/+4
|
* maint/cargo_audit: Tolerate RUSTSEC-2021-0139 (ansi_term unmaintained)Ian Jackson2022-08-221-0/+5
|
* maint/cargo_audit: Honour $CARGOIan Jackson2022-08-221-1/+1
| | | | | This makes it easier to for me to test this script. (I would like to do this to all of them but it's easier on a case-by-case basis.)
* update tls-api to 0.8.0trinity-1686a2022-04-281-4/+4
| | | | and remove corresponding RUSTSEC from ignored list
* Fix typosDimitris Apostolou2022-04-111-3/+3
|
* fix maint/cargo_audit not propagating error and add temporary exceptionstrinity-1686a2022-04-081-0/+11
|
* rename *.sh scripts to bare nameIan Jackson2022-02-181-0/+77
As per #309 Update all references. There is one remaining hit for git-grep '\.sh\b' namely "build.sh" in maint/reproducible_build, which I think is the build script for osxcross - ie, an external project.