Skip to content

Commit 6ad485d

Browse files
committed
Upgrade dpl-docs to the latest dependencies.
1 parent 9c8c78c commit 6ad485d

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed

dpl-docs/dub.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"name": "dpl-docs",
33
"dependencies": {
44
"ddox": "~>0.16.11",
5+
"vibe-stream:tls": "~>1.1",
56
"ddoc_preprocessor": {
67
"path": "../ddoc"
78
}
89
},
9-
"versions": ["VibeNoSSL"],
10-
"subConfigurations": { "eventcore": "libasync"}
10+
"subConfigurations": {
11+
"vibe-stream:tls": "notls"
12+
}
1113
}

dpl-docs/dub.selections.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
22
"fileVersion": 1,
33
"versions": {
4-
"botan": "1.12.18",
5-
"botan-math": "1.0.3",
64
"ddoc_preprocessor": {"path":"../ddoc"},
7-
"ddox": "0.16.15",
8-
"diet-ng": "1.7.2",
9-
"eventcore": "0.9.7",
10-
"hyphenate": "1.1.2",
11-
"libasync": "0.8.6",
5+
"ddox": "0.16.23",
6+
"diet-ng": "1.8.3",
7+
"eventcore": "0.9.35",
8+
"hyphenate": "1.1.4",
129
"libdparse": "0.15.4",
13-
"libevent": "2.0.2+2.0.16",
14-
"memutils": "1.0.4",
15-
"mir-linux-kernel": "1.0.1",
16-
"openssl": "1.1.6+1.0.1g",
10+
"mir-linux-kernel": "1.2.1",
11+
"openssl": "3.3.4",
12+
"openssl-static": "1.0.5+3.0.8",
1713
"stdx-allocator": "2.77.5",
18-
"taggedalgebraic": "0.11.16",
19-
"vibe-core": "1.9.3",
20-
"vibe-d": "0.9.0"
14+
"taggedalgebraic": "0.11.23",
15+
"vibe-container": "1.4.2",
16+
"vibe-core": "2.9.6+commit.14.g6c20b78",
17+
"vibe-d": "0.10.2",
18+
"vibe-http": "1.2.1",
19+
"vibe-inet": "1.1.0+commit.2.g8840fee",
20+
"vibe-serialization": "1.0.7",
21+
"vibe-stream": "1.1.1"
2122
}
2223
}

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ DRUNTIME_LATEST_DIR=$G/dmd-${LATEST}/druntime
180180
PHOBOS_LATEST_DIR=$G/phobos-${LATEST}
181181

182182
# stable dub and dmd versions used to build dpl-docs
183-
STABLE_DMD_VER=2.088.0
183+
STABLE_DMD_VER=2.100.2
184184
STABLE_DMD_VER_SUFFIX=
185185
STABLE_DMD_VER_PREFIX=
186186
STABLE_DMD_ROOT=$(GENERATED)/stable_dmd-$(STABLE_DMD_VER)$(STABLE_DMD_VER_SUFFIX)

0 commit comments

Comments
 (0)