[client] Update Pion ICE to the latest version (#4388)

- Update Pion version
- Update protobuf version
This commit is contained in:
Zoltan Papp
2025-09-01 10:42:01 +02:00
committed by GitHub
parent d817584f52
commit 21368b38d9
14 changed files with 80 additions and 41 deletions

View File

@@ -6,7 +6,7 @@ import (
"sync"
"time"
"github.com/pion/ice/v3"
"github.com/pion/ice/v4"
log "github.com/sirupsen/logrus"
icemaker "github.com/netbirdio/netbird/client/internal/peer/ice"