From 2c5524f835ccd163dd3de9bd39b2cdc21337bf9c Mon Sep 17 00:00:00 2001 From: Alex Macleod Date: Thu, 8 Sep 2022 15:29:26 +0000 Subject: [PATCH] Update cargo in lintcheck_crates.toml --- lintcheck/lintcheck_crates.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lintcheck/lintcheck_crates.toml b/lintcheck/lintcheck_crates.toml index 4fbae8614ca..ebbe9c9ae67 100644 --- a/lintcheck/lintcheck_crates.toml +++ b/lintcheck/lintcheck_crates.toml @@ -1,6 +1,6 @@ [crates] # some of these are from cargotest -cargo = {name = "cargo", versions = ['0.49.0']} +cargo = {name = "cargo", versions = ['0.64.0']} iron = {name = "iron", versions = ['0.6.1']} ripgrep = {name = "ripgrep", versions = ['12.1.1']} xsv = {name = "xsv", versions = ['0.13.0']}