From 3af5873e93c6ad3ab8efaf0d3840f8c379fd448b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 13:54:36 +0100 Subject: [PATCH] Bump FsUnit from 5.2.0 to 5.3.0 (#35) * Bump FsUnit from 5.2.0 to 5.3.0 Bumps [FsUnit](https://github.com/fsprojects/FsUnit) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/fsprojects/FsUnit/releases) - [Changelog](https://github.com/fsprojects/FsUnit/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/fsprojects/FsUnit/compare/5.2.0...5.3.0) --- updated-dependencies: - dependency-name: FsUnit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update deps --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 --- Gitea.Declarative.Test/Gitea.Declarative.Test.fsproj | 2 +- nix/deps.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gitea.Declarative.Test/Gitea.Declarative.Test.fsproj b/Gitea.Declarative.Test/Gitea.Declarative.Test.fsproj index 50b1caf..cc90c15 100644 --- a/Gitea.Declarative.Test/Gitea.Declarative.Test.fsproj +++ b/Gitea.Declarative.Test/Gitea.Declarative.Test.fsproj @@ -13,7 +13,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index fbfee37..48a5054 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -28,8 +28,8 @@ }) (fetchNuGet { pname = "FsUnit"; - version = "5.2.0"; - sha256 = "0l4n453slnynp8x372618yx6gjwywfai1dyl4m5iyw87d0iam7q3"; + version = "5.3.0"; + sha256 = "0fqjada5fysqfhqsxj9dxc849dckfn1256ra9yafx9w7npihaffa"; }) (fetchNuGet { pname = "Microsoft.Bcl.AsyncInterfaces";