From 176474ec2a99b5e9547b4307c62928572fe434e6 Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Mon, 4 May 2026 09:39:15 +0200 Subject: [PATCH] chore(deps): bump Pidgin from 3.3.0 to 3.5.1 Catches up the only direct NuGet dependency that drifted behind on the v1.0.0 standalone cut. The bump includes: - 3.4.0: AnyCharExcept performance optimisation for single-char inputs - 3.5.0: incremental parsing API in Pidgin.Incremental, public Expected constructors, SequenceTokenParser performance improvement - 3.5.1: CIString Unicode handling fix (relevant for non-ASCII channel/tab names) No security advisory drove this; rolling forward to align v1.0.0 with the current upstream of every direct dependency. dotnet restore + Release build verified locally, packages.lock.json regenerated. --- HellionChat/HellionChat.csproj | 2 +- HellionChat/packages.lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HellionChat/HellionChat.csproj b/HellionChat/HellionChat.csproj index bfae8dc..19a0d32 100644 --- a/HellionChat/HellionChat.csproj +++ b/HellionChat/HellionChat.csproj @@ -28,7 +28,7 @@ without a major bump on the managed wrapper. --> - + diff --git a/HellionChat/packages.lock.json b/HellionChat/packages.lock.json index 1149114..8f6f61c 100644 --- a/HellionChat/packages.lock.json +++ b/HellionChat/packages.lock.json @@ -44,9 +44,9 @@ }, "Pidgin": { "type": "Direct", - "requested": "[3.3.0, )", - "resolved": "3.3.0", - "contentHash": "2rvIoIogQG1+vqvXCuz1xiAVljaiacG/wCz/TNpN74TzWw+9iSCjhBLf7kVg24sBi6tArRdrcklHq49ovW2NLA==" + "requested": "[3.5.1, )", + "resolved": "3.5.1", + "contentHash": "zU7tkXlF3D6d2GLTjJDomAL3nnl4AwfZvSgSz8D4b+Ry21/clqedYlxBnEAkAU/bkGfEv6uRR7QCdWZUpKrB/g==" }, "SixLabors.ImageSharp": { "type": "Direct",