From 3dead5861b3f6129e58b2f192fb068fd7ef91c89 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 7 May 2019 06:03:55 +0200
Subject: [PATCH] datasource-cargo

---
 lib/datasource/cargo/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/datasource/cargo/index.js b/lib/datasource/cargo/index.js
index 20ad10cb88..47a74f1fb5 100644
--- a/lib/datasource/cargo/index.js
+++ b/lib/datasource/cargo/index.js
@@ -9,7 +9,7 @@ async function getPkgReleases({ lookupName }) {
     return null;
   }
 
-  const cacheNamespace = 'cargo';
+  const cacheNamespace = 'datasource-cargo';
   const cacheKey = lookupName;
   const cachedResult = await renovateCache.get(cacheNamespace, cacheKey);
   // istanbul ignore if
-- 
GitLab