From 5a53432a1ad91e14f62bfc324bbaebdea3d4baf2 Mon Sep 17 00:00:00 2001 From: Tomoya Tanjo Date: Thu, 26 Sep 2024 18:31:23 +0900 Subject: [PATCH] Update dependencies --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index c9d198c..0dd8244 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2022, Tomoya Tanjo", "dependencies": { - "schema-salad-d": "~>1.2.1" + "schema-salad-d": "~>1.2.2" }, "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 2db7c2a..5c4f980 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -5,7 +5,7 @@ "cachetools": "0.4.1", "dyaml": "0.10.0", "requests": "2.1.3", - "schema-salad-d": "1.2.1", + "schema-salad-d": "1.2.2", "test_allocator": "0.3.4", "tinyendian": "0.2.0", "unit-threaded": "0.10.8"