Bug 1757407 - Allow a third duplicated instance of tokio; r=firefox-build-system-reviewers,glandium

Unfortunately, the dependencies of l10nregistry-rs require tokio 1.0. This
allows this third duplicated instance. I think it makes more sense to try to
move the other uses in tree to a more modern version than to try to downgrade
the version of tokio required by l10nregistry-rs and dependencies.

Differential Revision: https://phabricator.services.mozilla.com/D139854
This commit is contained in:
Dan Minor 2022-03-25 20:39:44 +00:00
Родитель b12629beea
Коммит 6553d6bd7f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -89,7 +89,7 @@ TOLERATED_DUPES = {
"mio": 2,
"pin-project-lite": 2,
"target-lexicon": 2,
"tokio": 2,
"tokio": 3,
}