From bb9ab850dc1b5f6a694edd22f6baeb65703a8a75 Mon Sep 17 00:00:00 2001 From: Hidekazu Kobayashi Date: Fri, 19 Apr 2024 14:06:18 +0000 Subject: [PATCH] Pin tokio-tungstenite to compatible version with tonic 0.11 --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 5179f467..4382f0a2 100644 --- a/renovate.json +++ b/renovate.json @@ -43,6 +43,12 @@ "matchPackageNames": ["axum"], "allowedVersions": ["0.6.20"] }, + { + "groupName": "tungstenite", + "groupSlug": "tungstenite", + "matchPackageNames": ["tokio-tungstenite"], + "allowedVersions": ["0.20.1"] + } { "groupName": "protobuf-ts", "groupSlug": "protobuf-ts",