Skip to content

Commit 05f6217

Browse files
authored
Merge pull request #43 from SZanko/main
Update dependencies to fix build issue on Nix
2 parents e0d527b + 3f96c99 commit 05f6217

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

dub.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"provision": {
1010
"repository": "git+https://github.com/Dadoum/Provision.git",
11-
"version": "fe879b1148767767481b9c2753d4fd741cb2d7fa"
11+
"version": "7717ce1f7b3c9779fe9982005d07b6665071a239"
1212
},
1313
"slf4d": "~>2.1.1",
1414
"vibe-d:web": "~>0.9.8",
@@ -34,4 +34,4 @@
3434
]
3535
}
3636
]
37-
}
37+
}

dub.selections.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
{
22
"fileVersion": 1,
33
"versions": {
4-
"automem": "0.6.10",
5-
"cachetools": "0.4.1",
6-
"diet-ng": "1.8.1",
4+
"automem": "0.6.11",
5+
"cachetools": "0.4.2",
6+
"diet-ng": "1.8.4",
7+
"during": "0.3.0",
78
"dxml": "0.4.4",
8-
"dynamic-loader": {"version":"1d9eaa74e7d54c395ce4abfc15a9654ebfd9c7d2","repository":"git+https://github.com/Dadoum/dynamicloader.git"},
9-
"eventcore": "0.9.31",
9+
"dynamic-loader": {"version":"9202b389affa6be0740e7295dea8f0146537a784","repository":"git+https://github.com/Dadoum/dynamicloader.git"},
10+
"eventcore": "0.9.38",
1011
"libasync": "0.8.6",
1112
"memutils": "1.0.10",
1213
"mir-linux-kernel": "1.0.1",
13-
"openssl": "3.3.3",
14+
"openssl": "3.4.0",
1415
"openssl-static": "1.0.5+3.0.8",
1516
"plist": {"version":"a425458e2c3d8195c6a9ad68e643f2d823850693","repository":"git+https://github.com/Dadoum/plist.git"},
16-
"plist-d": {"version":"5020d8e45ca2c77183a44ce04053ccbf8bc83262","repository":"git+https://github.com/Dadoum/libplist-d.git"},
17-
"provision": {"version":"fe879b1148767767481b9c2753d4fd741cb2d7fa","repository":"git+https://github.com/Dadoum/Provision.git"},
18-
"requests": "2.1.3",
17+
"plist-d": {"version":"6fdaa60d62bbf7c55044069e8f03cbe74401c444","repository":"git+https://github.com/Dadoum/libplist-d.git"},
18+
"provision": {"version":"7717ce1f7b3c9779fe9982005d07b6665071a239","repository":"git+https://github.com/Dadoum/Provision.git"},
19+
"requests": "2.2.0",
20+
"silly": "1.1.1",
1921
"slf4d": "2.1.1",
2022
"stdx-allocator": "2.77.5",
21-
"taggedalgebraic": "0.11.23",
23+
"taggedalgebraic": "1.0.1",
2224
"test_allocator": "0.3.4",
23-
"unit-threaded": "0.10.8",
24-
"vibe-container": "1.3.1",
25-
"vibe-core": "2.9.0",
25+
"unit-threaded": "2.2.3",
26+
"vibe-container": "1.7.1",
27+
"vibe-core": "2.13.3",
2628
"vibe-d": "0.9.8"
2729
}
2830
}

0 commit comments

Comments
 (0)