diff --git a/dub.sdl b/dub.sdl index 3f17241..91894bc 100644 --- a/dub.sdl +++ b/dub.sdl @@ -22,13 +22,13 @@ } configuration "library-nonet" { - dependency "vibe-d:http" version=">=0.7.30 <=0.9.0" optional=true + dependency "vibe-d:http" version=">=0.7.30 <0.10.0" optional=true targetType "library" excludedSourceFiles "source/app.d" } configuration "dynamic-library-nonet" { - dependency "vibe-d:http" version=">=0.7.30 <=0.9.0" optional=true + dependency "vibe-d:http" version=">=0.7.30 <0.10.0" optional=true targetType "dynamicLibrary" excludedSourceFiles "source/app.d" } diff --git a/dub.selections.json b/dub.selections.json index b6e624e..a80df0b 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -4,7 +4,7 @@ "botan": "1.12.18", "botan-math": "1.0.3", "diet-ng": "1.7.2", - "eventcore": "0.9.7", + "eventcore": "0.9.8", "libasync": "0.8.6", "libev": "5.0.0+4.04", "libevent": "2.0.2+2.0.16", @@ -12,8 +12,8 @@ "mir-linux-kernel": "1.0.1", "openssl": "1.1.6+1.0.1g", "stdx-allocator": "2.77.5", - "taggedalgebraic": "0.11.16", - "vibe-core": "1.9.3", - "vibe-d": "0.9.0" + "taggedalgebraic": "0.11.17", + "vibe-core": "1.10.0", + "vibe-d": "0.9.1" } }