Skip to content

Commit d081caf

Browse files
committed
update toml dependencies
1 parent 65905ac commit d081caf

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

dub.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"copyright": "Copyright © 2022, WebFreak",
99
"dependencies": {
1010
"mir-ion": "~>2.1",
11-
"mir-toml": "~>0.1.0",
11+
"mir-toml": "~>0.1.1",
1212
"vibe-core": { "optional": true, "version": ">=1.0.0" }
1313
},
1414
"preBuildCommands": ["\"$DC\" -run download_dependencies.d ARCH $DUB_ARCH PLATFORM $DUB_PLATFORM"],

integration-tests/all-fields/dub.selections.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"mir-core": "1.3.14",
77
"mir-cpuid": "1.2.10",
88
"mir-ion": "2.1.0",
9-
"mir-toml": "0.1.0",
9+
"mir-toml": "0.1.1",
1010
"silly": "1.1.1",
11-
"toml": "2.0.0",
11+
"toml": "2.0.1",
1212
"unit-threaded": "2.0.5"
1313
}
1414
}

integration-tests/crud-vibe/dub.selections.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"mir-core": "1.3.14",
1010
"mir-cpuid": "1.2.10",
1111
"mir-ion": "2.1.2",
12-
"mir-toml": "0.1.0",
12+
"mir-toml": "0.1.1",
1313
"silly": "1.1.1",
1414
"stdx-allocator": "2.77.5",
1515
"taggedalgebraic": "0.11.22",
16-
"toml": "2.0.0",
16+
"toml": "2.0.1",
1717
"unit-threaded": "2.0.5",
1818
"vibe-core": "1.22.5"
1919
}

integration-tests/crud/dub.selections.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"mir-core": "1.3.14",
77
"mir-cpuid": "1.2.10",
88
"mir-ion": "2.1.0",
9-
"mir-toml": "0.1.0",
9+
"mir-toml": "0.1.1",
1010
"silly": "1.1.1",
11-
"toml": "2.0.0",
11+
"toml": "2.0.1",
1212
"unit-threaded": "2.0.5"
1313
}
1414
}

integration-tests/nested-join/dub.selections.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"mir-core": "1.3.14",
77
"mir-cpuid": "1.2.10",
88
"mir-ion": "2.1.0",
9-
"mir-toml": "0.1.0",
9+
"mir-toml": "0.1.1",
1010
"silly": "1.1.1",
11-
"toml": "2.0.0",
11+
"toml": "2.0.1",
1212
"unit-threaded": "2.0.5"
1313
}
1414
}

integration-tests/one-to-many/dub.selections.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"mir-core": "1.3.14",
77
"mir-cpuid": "1.2.10",
88
"mir-ion": "2.1.0",
9-
"mir-toml": "0.1.0",
9+
"mir-toml": "0.1.1",
1010
"silly": "1.1.1",
11-
"toml": "2.0.0",
11+
"toml": "2.0.1",
1212
"unit-threaded": "2.0.5"
1313
}
1414
}

0 commit comments

Comments
 (0)