Skip to content

Commit b4528b1

Browse files
Bump the minor-and-patch group with 2 updates (#61)
Bumps MessagePack from 3.1.4 to 3.1.6 Bumps MessagePackAnalyzer from 3.1.4 to 3.1.6 --- updated-dependencies: - dependency-name: MessagePack dependency-version: 3.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: MessagePackAnalyzer dependency-version: 3.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80bf956 commit b4528b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/WKVRCProxy/WKVRCProxy.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
<ItemGroup>
5252
<!-- v3.1 hot-path msgpack decoder. Watchdog-only — the wrapper stays
5353
JSON-on-the-pipe so it doesn't pull this dependency. -->
54-
<PackageReference Include="MessagePack" Version="3.1.4" />
54+
<PackageReference Include="MessagePack" Version="3.1.6" />
5555
<!-- AOT migration commit 3: source-gen analyzer. Emits a partial
5656
class implementation of MeshMsgpackResolver at build time so
5757
every Msgpack*Frame Deserialize call resolves through static
5858
formatters at runtime, no Reflection.Emit. Required for AOT
5959
publish; without this the watchdog crashes at first msgpack
6060
frame with PlatformNotSupportedException. -->
61-
<PackageReference Include="MessagePackAnalyzer" Version="3.1.4"
61+
<PackageReference Include="MessagePackAnalyzer" Version="3.1.6"
6262
PrivateAssets="all"
6363
IncludeAssets="runtime;build;native;contentfiles;analyzers;buildtransitive" />
6464
</ItemGroup>

0 commit comments

Comments
 (0)