diff options
Diffstat (limited to 'src/tools/clippy/lintcheck/lintcheck_crates.toml')
-rw-r--r-- | src/tools/clippy/lintcheck/lintcheck_crates.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/lintcheck/lintcheck_crates.toml b/src/tools/clippy/lintcheck/lintcheck_crates.toml index 4fbae8614..ebbe9c9ae 100644 --- a/src/tools/clippy/lintcheck/lintcheck_crates.toml +++ b/src/tools/clippy/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']} |