diff --git a/dub.sdl b/dub.sdl index 76cadd4..607ae2c 100644 --- a/dub.sdl +++ b/dub.sdl @@ -22,13 +22,13 @@ } configuration "library-nonet" { - dependency "vibe-d" version="~>0.7.29" optional=true + dependency "vibe-d:inet" version="~>0.7.30" optional=true targetType "library" excludedSourceFiles "source/app.d" } configuration "dynamic-library-nonet" { - dependency "vibe-d" version="~>0.7.29" optional=true + dependency "vibe-d:inet" version="~>0.7.30" optional=true targetType "dynamicLibrary" excludedSourceFiles "source/app.d" } diff --git a/dub.selections.json b/dub.selections.json index 340d089..f217451 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -5,7 +5,7 @@ "libev": "5.0.0+4.04", "libevent": "2.0.1+2.0.16", "memutils": "0.4.8", - "openssl": "1.1.4+1.0.1g", + "openssl": "1.1.5+1.0.1g", "vibe-d": "0.7.30" } }