From 914d00935d80b43042e2f8f4ecdf8bfe756d4816 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Tue, 29 Sep 2020 18:57:51 +0200 Subject: [PATCH] Updated dependancies --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index fb4d631..9139f71 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2020, Tristan B. Kildaire", "dependencies": { - "libdnet": "~>0.0.3", + "libdnet": "~>0.0.4", "tristanable": "~>0.0.33" }, "description": "dnet client", diff --git a/dub.selections.json b/dub.selections.json index 166a299..b1e0128 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -2,7 +2,7 @@ "fileVersion": 1, "versions": { "bformat": "1.0.8", - "libdnet": "0.0.3", + "libdnet": "0.0.4", "tristanable": "0.0.33" } }