From dff1dfa9757e2e9907debbd9b1e76c35b89e26ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?=
 <fandabohacek@gmail.com>
Date: Wed, 15 Feb 2023 08:12:02 +0100
Subject: [PATCH] chore: update dependencies

---
 .../NosSmooth.Comms.Abstractions.csproj                    | 2 +-
 src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj  | 1 +
 .../NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj   | 7 ++++---
 .../NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj     | 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj b/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj
index f344a7a..eab20b6 100644
--- a/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj
+++ b/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj
@@ -13,7 +13,7 @@
       <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
       <PackageReference Include="NosSmooth.Core" Version="4.0.3" />
       <PackageReference Include="NosSmooth.Packets" Version="3.6.0" />
-      <PackageReference Include="NosSmooth.PacketSerializer.Abstractions" Version="1.3.1" />
+      <PackageReference Include="NosSmooth.PacketSerializer.Abstractions" Version="1.3.2" />
     </ItemGroup>
 
 </Project>
diff --git a/src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj b/src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj
index 703d1e7..967c1d0 100644
--- a/src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj
+++ b/src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj
@@ -11,6 +11,7 @@
       <PackageReference Include="MessagePack" Version="2.4.59" />
       <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
       <PackageReference Include="NosSmooth.Core" Version="4.0.3" />
+      <PackageReference Include="NosSmooth.PacketSerializer.Abstractions" Version="1.3.2" />
     </ItemGroup>
 
     <ItemGroup>
diff --git a/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj
index 1763023..fbae191 100644
--- a/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj
+++ b/src/Local/NosSmooth.Comms.Inject/NosSmooth.Comms.Inject.csproj
@@ -17,9 +17,10 @@
       <PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
       <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
       <PackageReference Include="NosSmooth.Core" Version="4.0.3" />
-      <PackageReference Include="NosSmooth.Extensions.SharedBinding" Version="1.0.0" />
-      <PackageReference Include="NosSmooth.LocalBinding" Version="2.0.0" />
-      <PackageReference Include="NosSmooth.LocalClient" Version="2.0.0" />
+      <PackageReference Include="NosSmooth.Extensions.SharedBinding" Version="1.0.1" />
+      <PackageReference Include="NosSmooth.LocalBinding" Version="2.0.1" />
+      <PackageReference Include="NosSmooth.LocalClient" Version="2.0.1" />
+      <PackageReference Include="NosSmooth.PacketSerializer.Abstractions" Version="1.3.2" />
     </ItemGroup>
 
     <ItemGroup>
diff --git a/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj b/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj
index f5d7d7e..33c8d24 100644
--- a/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj
+++ b/src/Local/NosSmooth.Comms.Local/NosSmooth.Comms.Local.csproj
@@ -22,7 +22,7 @@
             <PrivateAssets>None</PrivateAssets>
         </PackageReference>
 
-        <PackageReference Include="NosSmooth.LocalBinding" Version="2.0.0" />
+        <PackageReference Include="NosSmooth.LocalBinding" Version="2.0.1" />
     </ItemGroup>
 
 </Project>
-- 
2.48.1