Skip to content

Commit

Permalink
Merge pull request #167 from arkedge/pin-tungstenite-ver
Browse files Browse the repository at this point in the history
Pin tokio-tungstenite to compatible version with tonic 0.11
  • Loading branch information
KOBA789 authored Apr 19, 2024
2 parents 49e18e4 + bb9ab85 commit 44d09f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 44d09f5

Please sign in to comment.