Commit cb4c552
committed
Pin the dependency on async-executor in the integration-tests crate to version 1.5.1.
Normally this is a transitive dependency of rstest with no direct dependency from integration-tests itself. But one of intermediate dependencies did not pin it, so it was silently upgraded to 1.5.4, which raised the MSRV from 1.59.0 to 1.61.0. Thus the integration tests could no longer run on our MSRV of 1.59.0.
This change pins the transitive dependency so that the integration tests compile again under our MSRV.1 parent 368d818 commit cb4c552
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments