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.
This commit is contained in:
Hackerpilot 2020-07-29 23:04:19 -07:00
parent fe54fa84cb
commit dbc9d82f70
6 changed files with 9 additions and 9 deletions

View File

@ -4,5 +4,5 @@ preGenerateCommands "rdmd \"$PACKAGE_DIR/dubhash.d\""
sourcePaths "src" sourcePaths "src"
importPaths "src" importPaths "src"
dependency "msgpack-d" version="~>1.0.0-beta.7" dependency "msgpack-d" version="~>1.0.3"
versions "built_with_dub" versions "built_with_dub"

@ -1 +1 @@
Subproject commit a978c3cda3f6ec3ba7449ec5c08dd5cd4dd79c6e Subproject commit f4e79375539554b3793adf1c557361a64a073524

@ -1 +1 @@
Subproject commit 71168a8449958e1807a8ba22c8a4df15456bae83 Subproject commit f9a3d302527a9e50140991562648a147b6f5a78e

View File

@ -1,17 +1,17 @@
{ {
"name": "dcd", "name": "dcd",
"description": "The D Completion Daemon is an auto-complete program for the D programming language", "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": [ "authors": [
"Brian Schott" "Brian Schott"
], ],
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"dsymbol": ">=0.11.0 <0.12.0", "dsymbol": ">=0.11.2 <0.12.0",
"libdparse": ">=0.15.0 <0.16.0", "libdparse": ">=0.15.4 <0.16.0",
":common": "*", ":common": "*",
"stdx-allocator": "~>2.77.5", "stdx-allocator": "~>2.77.5",
"emsi_containers": "~>0.8.0-alpha.15" "emsi_containers": "~>0.8.0-alpha.19"
}, },
"subPackages": ["common"], "subPackages": ["common"],
"versions": ["built_with_dub"], "versions": ["built_with_dub"],

@ -1 +1 @@
Subproject commit f9a82848fe98a84f38a66df950514c3556e7fb2d Subproject commit 1393ee4d0c8e50011e641e06d64c429841fb3c2b

@ -1 +1 @@
Subproject commit 19d9245e315a85763754ded6912c2375c9226e04 Subproject commit 7c64af4b212d782e2cc84fc071575f1ddb2852eb