From 70bdca000ac72093185f172d27dcb5d9ab84ccf0 Mon Sep 17 00:00:00 2001 From: ptrus Date: Mon, 21 Sep 2020 15:05:40 +0200 Subject: [PATCH] dependabot/intrusive-collections: add update note --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b1595a9310..80489a3dc03 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -57,4 +57,7 @@ updates: # version, remove it from the ignore list. - dependency-name: futures - dependency-name: grpcio + # Wait with update until https://github.com/Amanieu/intrusive-rs/pull/51 + # is merged and released, so we can continue using `intrusive_adapter!` + # macro in`lru_cache.rs`. - dependency-name: intrusive-collections