diff options
| author | Alex Macleod <alex@macleod.io> | 2025-04-11 11:34:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 11:34:20 +0000 |
| commit | fad1bfc56853f07f744f4f9741a5de5b382be9cf (patch) | |
| tree | eb1c299fe2bd6660237758cdba4860215eb5bf1e | |
| parent | 7e60c1fafbcbf285e1b4d203d0428ace22d313ba (diff) | |
| parent | 2c021ca19abe584ac4655b23e9239252f8d2ab04 (diff) | |
| download | rust-fad1bfc56853f07f744f4f9741a5de5b382be9cf.tar.gz rust-fad1bfc56853f07f744f4f9741a5de5b382be9cf.zip | |
Reinstate checking of `tokio-rustls` in lintcheck (#14591)
`cmake` has been pinned to version 3.31.6 in Ubuntu runner images. Reference: https://github.com/actions/runner-images/pull/11933 changelog: none
| -rw-r--r-- | lintcheck/ci_crates.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lintcheck/ci_crates.toml b/lintcheck/ci_crates.toml index 55d99ebada3..6299823451d 100644 --- a/lintcheck/ci_crates.toml +++ b/lintcheck/ci_crates.toml @@ -122,8 +122,7 @@ winnow = { name = 'winnow', version = '0.6.13' } cpufeatures = { name = 'cpufeatures', version = '0.2.12' } nix = { name = 'nix', version = '0.29.0' } fnv = { name = 'fnv', version = '1.0.7' } -# As of 2025-04-01, one dependency doesn't build because of cmake version discrepancy -# tokio-rustls = { name = 'tokio-rustls', version = '0.26.0' } +tokio-rustls = { name = 'tokio-rustls', version = '0.26.0' } iana-time-zone = { name = 'iana-time-zone', version = '0.1.60' } rustls-webpki = { name = 'rustls-webpki', version = '0.102.5' } crc32fast = { name = 'crc32fast', version = '1.4.2' } |
