From 7a0d2bcefde7217c4658df45d439c7401ac0cbbf Mon Sep 17 00:00:00 2001 From: Tomoya Tanjo Date: Sun, 31 Mar 2024 13:50:54 +0000 Subject: [PATCH] Update dependencies --- .devcontainer/devcontainer.json | 2 +- .github/workflows/ci.yml | 6 +++--- dub.json | 2 +- dub.selections.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d464927..e0f6f1d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/tom-tan/ldc:1.32.1", + "image": "ghcr.io/tom-tan/ldc:1.37.0", "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 409b7f2..ea777ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: test: strategy: matrix: - dc: [dmd-2.102.2, ldc-1.32.1] + dc: [dmd-2.107.1, ldc-1.37.0] experimental: [false] include: - dc: dmd-master @@ -40,7 +40,7 @@ jobs: continue-on-error: ${{ matrix.experimental }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1 - uses: dlang-community/setup-dlang@v1 @@ -54,7 +54,7 @@ jobs: needs: [info, test] if: github.event_name == 'push' && needs.info.outputs.has_tag == 'true' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1 - uses: softprops/action-gh-release@v1 diff --git a/dub.json b/dub.json index 8e668cf..928e204 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2022, Tomoya Tanjo", "dependencies": { - "schema-salad-d": "~>1.1.0" + "schema-salad-d": "~>1.1.1" }, "description": "Autogenerated classes for reading and writing CWL objects using the D language.", "homepage": "https://github.com/common-workflow-lab/cwl-d-auto", diff --git a/dub.selections.json b/dub.selections.json index b03ba0c..ab0f6d7 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -4,8 +4,8 @@ "automem": "0.6.9", "cachetools": "0.4.1", "dyaml": "0.9.2", - "requests": "2.0.9", - "schema-salad-d": "1.1.0", + "requests": "2.1.3", + "schema-salad-d": "1.1.1", "test_allocator": "0.3.4", "tinyendian": "0.2.0", "unit-threaded": "0.10.8"