Skip to content

Commit ecca556

Browse files
authored
Merge pull request #98 from JuliaComputing/sp/fix-deployment
fix: resolve manifest for deployment
2 parents 0119385 + 5466a18 commit ecca556

File tree

2 files changed

+92
-56
lines changed

2 files changed

+92
-56
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: julia-actions/setup-julia@v1
1212
with:
13-
version: '1.8'
13+
version: '1.11'
1414
- uses: actions/cache@v4
1515
env:
1616
cache-name: cache-artifacts

docs/Manifest.toml

Lines changed: 91 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.9.3"
3+
julia_version = "1.11.5"
44
manifest_format = "2.0"
55
project_hash = "7fb044d6009d35e78ff4aa48003f7ce74afa790b"
66

@@ -10,29 +10,31 @@ uuid = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
1010
version = "0.0.1"
1111

1212
[[deps.AbstractTrees]]
13-
git-tree-sha1 = "faa260e4cb5aba097a73fab382dd4b5819d8ec8c"
13+
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
1414
uuid = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
15-
version = "0.4.4"
15+
version = "0.4.5"
1616

1717
[[deps.ArgTools]]
1818
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
19-
version = "1.1.1"
19+
version = "1.1.2"
2020

2121
[[deps.Artifacts]]
2222
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
23+
version = "1.11.0"
2324

2425
[[deps.Base64]]
2526
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
27+
version = "1.11.0"
2628

2729
[[deps.Dates]]
2830
deps = ["Printf"]
2931
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
32+
version = "1.11.0"
3033

3134
[[deps.DocStringExtensions]]
32-
deps = ["LibGit2"]
33-
git-tree-sha1 = "2fb1e02f2b635d0845df5d7c167fec4dd739b00d"
35+
git-tree-sha1 = "e7b7e6f178525d17c720ab9c081e4ef04429f860"
3436
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
35-
version = "0.9.3"
37+
version = "0.9.4"
3638

3739
[[deps.Documenter]]
3840
deps = ["ANSIColoredPrinters", "AbstractTrees", "Base64", "Dates", "DocStringExtensions", "Downloads", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "MarkdownAST", "Pkg", "PrecompileTools", "REPL", "RegistryInstances", "SHA", "Test", "Unicode"]
@@ -47,30 +49,31 @@ version = "1.6.0"
4749

4850
[[deps.Expat_jll]]
4951
deps = ["Artifacts", "JLLWrappers", "Libdl"]
50-
git-tree-sha1 = "4558ab818dcceaab612d1bb8c19cee87eda2b83c"
52+
git-tree-sha1 = "d55dffd9ae73ff72f1c0482454dcf2ec6c6c4a63"
5153
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
52-
version = "2.5.0+0"
54+
version = "2.6.5+0"
5355

5456
[[deps.FileWatching]]
5557
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
58+
version = "1.11.0"
5659

5760
[[deps.Git]]
58-
deps = ["Git_jll"]
59-
git-tree-sha1 = "51764e6c2e84c37055e846c516e9015b4a291c7d"
61+
deps = ["Git_jll", "JLLWrappers", "OpenSSH_jll"]
62+
git-tree-sha1 = "2230a9cc32394b11a3b3aa807a382e3bbab1198c"
6063
uuid = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
61-
version = "1.3.0"
64+
version = "1.4.0"
6265

6366
[[deps.Git_jll]]
6467
deps = ["Artifacts", "Expat_jll", "JLLWrappers", "LibCURL_jll", "Libdl", "Libiconv_jll", "OpenSSL_jll", "PCRE2_jll", "Zlib_jll"]
65-
git-tree-sha1 = "bb8f7cc77ec1152414b2af6db533d9471cfbb2d1"
68+
git-tree-sha1 = "2f6d6f7e6d6de361865d4394b802c02fc944fc7c"
6669
uuid = "f8c6e375-362e-5223-8a59-34ff63f689eb"
67-
version = "2.42.0+0"
70+
version = "2.49.0+0"
6871

6972
[[deps.Gumbo]]
7073
deps = ["AbstractTrees", "Gumbo_jll", "Libdl"]
71-
git-tree-sha1 = "a1a138dfbf9df5bace489c7a9d5196d6afdfa140"
74+
git-tree-sha1 = "eab9e02310eb2c3e618343c859a12b51e7577f5e"
7275
uuid = "708ec375-b3d6-5a57-a7ce-8257bf98657a"
73-
version = "0.8.2"
76+
version = "0.8.3"
7477

7578
[[deps.Gumbo_jll]]
7679
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -86,19 +89,20 @@ version = "0.9.5"
8689

8790
[[deps.IOCapture]]
8891
deps = ["Logging", "Random"]
89-
git-tree-sha1 = "d75853a0bdbfb1ac815478bacd89cd27b550ace6"
92+
git-tree-sha1 = "b6d6bfdd7ce25b0f9b2f6b3dd56b2673a66c8770"
9093
uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
91-
version = "0.2.3"
94+
version = "0.2.5"
9295

9396
[[deps.InteractiveUtils]]
9497
deps = ["Markdown"]
9598
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
99+
version = "1.11.0"
96100

97101
[[deps.JLLWrappers]]
98102
deps = ["Artifacts", "Preferences"]
99-
git-tree-sha1 = "7e5d6779a1e09a36db2a7b6cff50942a0a7d0fca"
103+
git-tree-sha1 = "a007feb38b422fbdab534406aeca1b86823cb4d6"
100104
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
101-
version = "1.5.0"
105+
version = "1.7.0"
102106

103107
[[deps.JSON]]
104108
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
@@ -107,44 +111,53 @@ uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
107111
version = "0.21.4"
108112

109113
[[deps.LazilyInitializedFields]]
110-
git-tree-sha1 = "410fe4739a4b092f2ffe36fcb0dcc3ab12648ce1"
114+
git-tree-sha1 = "0f2da712350b020bc3957f269c9caad516383ee0"
111115
uuid = "0e77f7df-68c5-4e49-93ce-4cd80f5598bf"
112-
version = "1.2.1"
116+
version = "1.3.0"
113117

114118
[[deps.LibCURL]]
115119
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
116120
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
117-
version = "0.6.3"
121+
version = "0.6.4"
118122

119123
[[deps.LibCURL_jll]]
120124
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
121125
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
122-
version = "7.84.0+0"
126+
version = "8.6.0+0"
123127

124128
[[deps.LibGit2]]
125-
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
129+
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
126130
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
131+
version = "1.11.0"
132+
133+
[[deps.LibGit2_jll]]
134+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
135+
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
136+
version = "1.7.2+0"
127137

128138
[[deps.LibSSH2_jll]]
129139
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
130140
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
131-
version = "1.10.2+0"
141+
version = "1.11.0+1"
132142

133143
[[deps.Libdl]]
134144
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
145+
version = "1.11.0"
135146

136147
[[deps.Libiconv_jll]]
137148
deps = ["Artifacts", "JLLWrappers", "Libdl"]
138-
git-tree-sha1 = "f9557a255370125b405568f9767d6d195822a175"
149+
git-tree-sha1 = "be484f5c92fad0bd8acfef35fe017900b0b73809"
139150
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
140-
version = "1.17.0+0"
151+
version = "1.18.0+0"
141152

142153
[[deps.Logging]]
143154
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
155+
version = "1.11.0"
144156

145157
[[deps.Markdown]]
146158
deps = ["Base64"]
147159
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
160+
version = "1.11.0"
148161

149162
[[deps.MarkdownAST]]
150163
deps = ["AbstractTrees", "Markdown"]
@@ -155,76 +168,90 @@ version = "0.1.2"
155168
[[deps.MbedTLS_jll]]
156169
deps = ["Artifacts", "Libdl"]
157170
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
158-
version = "2.28.2+0"
171+
version = "2.28.6+0"
159172

160173
[[deps.Mmap]]
161174
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
175+
version = "1.11.0"
162176

163177
[[deps.MozillaCACerts_jll]]
164178
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
165-
version = "2022.10.11"
179+
version = "2023.12.12"
166180

167181
[[deps.MultiDocumenter]]
168-
deps = ["AbstractTrees", "Git", "Gumbo", "HypertextLiteral", "JSON", "NodeJS", "Pkg"]
182+
deps = ["AbstractTrees", "Git", "Gumbo", "HypertextLiteral", "JSON", "NodeJS_22_jll", "Pkg"]
169183
path = ".."
170184
uuid = "87ed4bf0-c935-4a67-83c3-2a03bee4197c"
171-
version = "0.7.0"
185+
version = "0.8.0"
172186

173187
[[deps.NetworkOptions]]
174188
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
175189
version = "1.2.0"
176190

177-
[[deps.NodeJS]]
178-
deps = ["Pkg"]
179-
git-tree-sha1 = "bf1f49fd62754064bc42490a8ddc2aa3694a8e7a"
180-
uuid = "2bd173c7-0d6d-553b-b6af-13a54713934c"
181-
version = "2.0.0"
191+
[[deps.NodeJS_22_jll]]
192+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
193+
git-tree-sha1 = "898603401fb6c53f7336e5e2a904d071ff3dbc4d"
194+
uuid = "8fca9ca2-e7a1-5ccf-8c05-43be5a78664f"
195+
version = "22.15.0+0"
196+
197+
[[deps.OpenSSH_jll]]
198+
deps = ["Artifacts", "JLLWrappers", "Libdl", "OpenSSL_jll", "Zlib_jll"]
199+
git-tree-sha1 = "cb7acd5d10aff809b4d0191dfe1956c2edf35800"
200+
uuid = "9bd350c2-7e96-507f-8002-3f2e150b4e1b"
201+
version = "10.0.1+0"
182202

183203
[[deps.OpenSSL_jll]]
184204
deps = ["Artifacts", "JLLWrappers", "Libdl"]
185-
git-tree-sha1 = "cc6e1927ac521b659af340e0ca45828a3ffc748f"
205+
git-tree-sha1 = "9216a80ff3682833ac4b733caa8c00390620ba5d"
186206
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
187-
version = "3.0.12+0"
207+
version = "3.5.0+0"
188208

189209
[[deps.PCRE2_jll]]
190210
deps = ["Artifacts", "Libdl"]
191211
uuid = "efcefdf7-47ab-520b-bdef-62a2eaa19f15"
192-
version = "10.42.0+0"
212+
version = "10.42.0+1"
193213

194214
[[deps.Parsers]]
195215
deps = ["Dates", "PrecompileTools", "UUIDs"]
196-
git-tree-sha1 = "716e24b21538abc91f6205fd1d8363f39b442851"
216+
git-tree-sha1 = "7d2f8f21da5db6a806faf7b9b292296da42b2810"
197217
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
198-
version = "2.7.2"
218+
version = "2.8.3"
199219

200220
[[deps.Pkg]]
201-
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
221+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
202222
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
203-
version = "1.9.2"
223+
version = "1.11.0"
224+
weakdeps = ["REPL"]
225+
226+
[deps.Pkg.extensions]
227+
REPLExt = "REPL"
204228

205229
[[deps.PrecompileTools]]
206230
deps = ["Preferences"]
207-
git-tree-sha1 = "03b4c25b43cb84cee5c90aa9b5ea0a78fd848d2f"
231+
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
208232
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
209-
version = "1.2.0"
233+
version = "1.2.1"
210234

211235
[[deps.Preferences]]
212236
deps = ["TOML"]
213-
git-tree-sha1 = "00805cd429dcb4870060ff49ef443486c262e38e"
237+
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
214238
uuid = "21216c6a-2e73-6563-6e65-726566657250"
215-
version = "1.4.1"
239+
version = "1.4.3"
216240

217241
[[deps.Printf]]
218242
deps = ["Unicode"]
219243
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
244+
version = "1.11.0"
220245

221246
[[deps.REPL]]
222-
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
247+
deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"]
223248
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
249+
version = "1.11.0"
224250

225251
[[deps.Random]]
226-
deps = ["SHA", "Serialization"]
252+
deps = ["SHA"]
227253
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
254+
version = "1.11.0"
228255

229256
[[deps.RegistryInstances]]
230257
deps = ["LazilyInitializedFields", "Pkg", "TOML", "Tar"]
@@ -238,9 +265,15 @@ version = "0.7.0"
238265

239266
[[deps.Serialization]]
240267
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
268+
version = "1.11.0"
241269

242270
[[deps.Sockets]]
243271
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
272+
version = "1.11.0"
273+
274+
[[deps.StyledStrings]]
275+
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
276+
version = "1.11.0"
244277

245278
[[deps.TOML]]
246279
deps = ["Dates"]
@@ -255,30 +288,33 @@ version = "1.10.0"
255288
[[deps.Test]]
256289
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
257290
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
291+
version = "1.11.0"
258292

259293
[[deps.Tricks]]
260-
git-tree-sha1 = "eae1bb484cd63b36999ee58be2de6c178105112f"
294+
git-tree-sha1 = "6cae795a5a9313bbb4f60683f7263318fc7d1505"
261295
uuid = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
262-
version = "0.1.8"
296+
version = "0.1.10"
263297

264298
[[deps.UUIDs]]
265299
deps = ["Random", "SHA"]
266300
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
301+
version = "1.11.0"
267302

268303
[[deps.Unicode]]
269304
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
305+
version = "1.11.0"
270306

271307
[[deps.Zlib_jll]]
272308
deps = ["Libdl"]
273309
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
274-
version = "1.2.13+0"
310+
version = "1.2.13+1"
275311

276312
[[deps.nghttp2_jll]]
277313
deps = ["Artifacts", "Libdl"]
278314
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
279-
version = "1.48.0+0"
315+
version = "1.59.0+0"
280316

281317
[[deps.p7zip_jll]]
282318
deps = ["Artifacts", "Libdl"]
283319
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
284-
version = "17.4.0+0"
320+
version = "17.4.0+2"

0 commit comments

Comments
 (0)