From dbc9d82f708f18354d5ba26e5efbcf2997c6ba11 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Wed, 29 Jul 2020 23:04:19 -0700 Subject: [PATCH] Update several dependencies. libdparse: Get support for 'throw' as a function attribute dsymbol: A bug fix that will fix issue 620 msgpack-d: Fix some deprecations and some build issues on Windows containers: Some bug fixes. --- common/dub.sdl | 2 +- containers | 2 +- dsymbol | 2 +- dub.json | 8 ++++---- libdparse | 2 +- msgpack-d | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/common/dub.sdl b/common/dub.sdl index c1f1f6b..95f0ef9 100644 --- a/common/dub.sdl +++ b/common/dub.sdl @@ -4,5 +4,5 @@ preGenerateCommands "rdmd \"$PACKAGE_DIR/dubhash.d\"" sourcePaths "src" importPaths "src" -dependency "msgpack-d" version="~>1.0.0-beta.7" +dependency "msgpack-d" version="~>1.0.3" versions "built_with_dub" diff --git a/containers b/containers index a978c3c..f4e7937 160000 --- a/containers +++ b/containers @@ -1 +1 @@ -Subproject commit a978c3cda3f6ec3ba7449ec5c08dd5cd4dd79c6e +Subproject commit f4e79375539554b3793adf1c557361a64a073524 diff --git a/dsymbol b/dsymbol index 71168a8..f9a3d30 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit 71168a8449958e1807a8ba22c8a4df15456bae83 +Subproject commit f9a3d302527a9e50140991562648a147b6f5a78e diff --git a/dub.json b/dub.json index d88424a..4109af7 100644 --- a/dub.json +++ b/dub.json @@ -1,17 +1,17 @@ { "name": "dcd", "description": "The D Completion Daemon is an auto-complete program for the D programming language", - "copyright": "Copyright © 2015-2017, Brian Schott", + "copyright": "Copyright © 2015-2020, Brian Schott", "authors": [ "Brian Schott" ], "license": "GPL-3.0", "dependencies": { - "dsymbol": ">=0.11.0 <0.12.0", - "libdparse": ">=0.15.0 <0.16.0", + "dsymbol": ">=0.11.2 <0.12.0", + "libdparse": ">=0.15.4 <0.16.0", ":common": "*", "stdx-allocator": "~>2.77.5", - "emsi_containers": "~>0.8.0-alpha.15" + "emsi_containers": "~>0.8.0-alpha.19" }, "subPackages": ["common"], "versions": ["built_with_dub"], diff --git a/libdparse b/libdparse index f9a8284..1393ee4 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit f9a82848fe98a84f38a66df950514c3556e7fb2d +Subproject commit 1393ee4d0c8e50011e641e06d64c429841fb3c2b diff --git a/msgpack-d b/msgpack-d index 19d9245..7c64af4 160000 --- a/msgpack-d +++ b/msgpack-d @@ -1 +1 @@ -Subproject commit 19d9245e315a85763754ded6912c2375c9226e04 +Subproject commit 7c64af4b212d782e2cc84fc071575f1ddb2852eb