From 7aeffef9d7e0b5833ec11ec0376c69f9b1749cfe Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Sun, 13 Oct 2024 11:27:47 +0100 Subject: [PATCH] Deps --- .config/dotnet-tools.json | 2 +- Gitea.Declarative.Lib/Gitea.Declarative.Lib.fsproj | 2 +- nix/deps.nix | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 2351a50..b031871 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fantomas": { - "version": "6.3.4", + "version": "6.3.15", "commands": [ "fantomas" ] diff --git a/Gitea.Declarative.Lib/Gitea.Declarative.Lib.fsproj b/Gitea.Declarative.Lib/Gitea.Declarative.Lib.fsproj index 703f334..829e80c 100644 --- a/Gitea.Declarative.Lib/Gitea.Declarative.Lib.fsproj +++ b/Gitea.Declarative.Lib/Gitea.Declarative.Lib.fsproj @@ -49,7 +49,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index f7b822c..976eb89 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -8,8 +8,8 @@ }) (fetchNuGet { pname = "fantomas"; - version = "6.3.4"; - hash = "sha256-1aWqZynBkQoznenGoP0sbf1PcUXAbcHiWyECuv89xa0="; + version = "6.3.15"; + hash = "sha256-Gjw7MxjUNckMWSfnOye4UTe5fZWnor6RHCls3PNsuG8="; }) (fetchNuGet { pname = "Fantomas.Core"; @@ -938,8 +938,8 @@ }) (fetchNuGet { pname = "System.Text.Json"; - version = "8.0.4"; - hash = "sha256-g5oT7fbXxQ9Iah1nMCr4UUX/a2l+EVjJyTrw3FTbIaI="; + version = "8.0.5"; + hash = "sha256-yKxo54w5odWT6nPruUVsaX53oPRe+gKzGvLnnxtwP68="; }) (fetchNuGet { pname = "System.Text.RegularExpressions";