From d3d50223eb3725a7195eddae48b6addd887631c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:02:47 +0100 Subject: [PATCH] Bump MimeKit from 4.6.0 to 4.7.0 (#5) * Bump MimeKit from 4.6.0 to 4.7.0 Bumps [MimeKit](https://github.com/jstedfast/MimeKit) from 4.6.0 to 4.7.0. - [Changelog](https://github.com/jstedfast/MimeKit/blob/master/ReleaseNotes.md) - [Commits](https://github.com/jstedfast/MimeKit/compare/4.6.0...4.7.0) --- updated-dependencies: - dependency-name: MimeKit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Deps --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> --- Dmarc.App/Dmarc.App.fsproj | 2 +- nix/deps.nix | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dmarc.App/Dmarc.App.fsproj b/Dmarc.App/Dmarc.App.fsproj index 24dd728..ff66fe6 100644 --- a/Dmarc.App/Dmarc.App.fsproj +++ b/Dmarc.App/Dmarc.App.fsproj @@ -14,7 +14,7 @@ - + diff --git a/nix/deps.nix b/nix/deps.nix index 680d388..bb4491b 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -3,8 +3,8 @@ {fetchNuGet}: [ (fetchNuGet { pname = "BouncyCastle.Cryptography"; - version = "2.3.1"; - sha256 = "0wagr2ibc12mp58i1fql2xbfb1h2b1bpi1gpsynkl2il3mycvyxg"; + version = "2.4.0"; + sha256 = "1400lbwk16ddpvfpp5c655ghcdxngr33h9c75h7fscsqdcsxk00f"; }) (fetchNuGet { pname = "fantomas"; @@ -73,8 +73,8 @@ }) (fetchNuGet { pname = "MimeKit"; - version = "4.6.0"; - sha256 = "1rmz54d836gjhm9mhpa57h6d36gw4pdqh9xjidyy7548c30qdqrr"; + version = "4.7.0"; + sha256 = "0b9rf5nwjkcp2glhb0rj4fpx2ysvckijdmssd07rilbp5w8nkl3d"; }) (fetchNuGet { pname = "Nerdbank.GitVersioning";