From ab4ed76b232374caa947642737a5ed9f6d1a7f00 Mon Sep 17 00:00:00 2001 From: Szabo Bogdan Date: Tue, 3 Apr 2018 00:26:16 +0300 Subject: [PATCH] dependency updates --- dub.json | 18 +++++++++--------- dub.selections.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dub.json b/dub.json index 8978aa8..3338ed6 100644 --- a/dub.json +++ b/dub.json @@ -30,8 +30,8 @@ "tests" ], "dependencies": { - "fluent-asserts": "~>0.11.0", - "libdparse": "~>0.8.0" + "fluent-asserts": ">=0.11.2", + "libdparse": ">=0.8.0" } }, { @@ -55,9 +55,9 @@ ], "dependencies": { "dub": "~>1.8.0", - "fluent-asserts": "~>0.11.0", + "fluent-asserts": ">=0.11.2", "libdparse": { - "version": ">=0.8.0-alpha.5", + "version": ">=0.8.0", "optional": true }, "vibe-d:data": "~>0.8.0" @@ -79,11 +79,11 @@ ], "dependencies": { "fluent-asserts": { - "version": ">=0.10.2", + "version": ">=0.11.2", "optional": true }, "libdparse": { - "version": ">=0.8.0-alpha.5", + "version": ">=0.8.0", "optional": true } } @@ -99,11 +99,11 @@ ], "dependencies": { "fluent-asserts:core": { - "version": ">=0.10.2", + "version": ">=0.11.2", "optional": true }, "libdparse": { - "version": ">=0.8.0-alpha.5", + "version": ">=0.8.0", "optional": true } } @@ -125,7 +125,7 @@ ], "dependencies": { "dub": "~>1.8.0", - "libdparse": "~>0.8.0", + "libdparse": ">=0.8.0", "vibe-d:http": "~>0.8.2", "vibe-d:data": "~>0.8.2" }, diff --git a/dub.selections.json b/dub.selections.json index 9133ee4..e141da3 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -13,7 +13,7 @@ "libevent": "2.0.2+2.0.16", "memutils": "0.4.10", "openssl": "1.1.6+1.0.1g", - "stdx-allocator": "2.77.1", + "stdx-allocator": "2.77.0", "taggedalgebraic": "0.10.11", "vibe-core": "1.4.0", "vibe-d": "0.8.3"