Skip to content

Commit b36e4be

Browse files
authored
Automatic Pkg.update() with the following changes:
pkg> status --project --diff Diff `~/work/julialogging.github.io/julialogging.github.io/Project.toml` [e30172f5] ↑ Documenter v0.27.15 ⇒ v0.27.16 [16fef848] ↑ LiveServer v0.7.4 ⇒ v0.8.0 pkg> status --manifest --diff Diff `~/work/julialogging.github.io/julialogging.github.io/Manifest.toml` [e30172f5] ↑ Documenter v0.27.15 ⇒ v0.27.16 [16fef848] ↑ LiveServer v0.7.4 ⇒ v0.8.0 [6c6e2e6c] + MIMEs v0.1.3 [69de0a69] ↑ Parsers v2.2.3 ⇒ v2.2.4
1 parent 24584c3 commit b36e4be

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Manifest.toml

+12-7
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ version = "0.8.6"
4545

4646
[[deps.Documenter]]
4747
deps = ["ANSIColoredPrinters", "Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
48-
git-tree-sha1 = "7d9a46421aef53cbd6b8ecc40c3dcbacbceaf40e"
48+
git-tree-sha1 = "6edbf28671b4df4f692e54ae72f1e35851cfbf38"
4949
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
50-
version = "0.27.15"
50+
version = "0.27.16"
5151

5252
[[deps.Downloads]]
5353
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
@@ -132,10 +132,10 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
132132
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
133133

134134
[[deps.LiveServer]]
135-
deps = ["Crayons", "FileWatching", "HTTP", "Pkg", "Sockets", "Test"]
136-
git-tree-sha1 = "707f77cd832ed02fddcf5b914dbab70cbf0e463b"
135+
deps = ["Crayons", "FileWatching", "HTTP", "MIMEs", "Pkg", "Sockets", "Test"]
136+
git-tree-sha1 = "1d96a2b19262afe4e38cc5792dcd689f23f7a88d"
137137
uuid = "16fef848-5104-11e9-1b77-fb7a48bbb589"
138-
version = "0.7.4"
138+
version = "0.8.0"
139139

140140
[[deps.LogCompose]]
141141
deps = ["Logging", "Pkg"]
@@ -180,6 +180,11 @@ repo-url = "https://github.com/JuliaLogging/LokiLogger.jl.git"
180180
uuid = "51d429d1-9683-4c89-86d7-889f440454ef"
181181
version = "1.0.0"
182182

183+
[[deps.MIMEs]]
184+
git-tree-sha1 = "9be08aeb6aa3786bee586cdbfbbbc7e0b41b7bb2"
185+
uuid = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
186+
version = "0.1.3"
187+
183188
[[deps.Markdown]]
184189
deps = ["Base64"]
185190
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
@@ -217,9 +222,9 @@ version = "16.0.0+0"
217222

218223
[[deps.Parsers]]
219224
deps = ["Dates"]
220-
git-tree-sha1 = "85b5da0fa43588c75bb1ff986493443f821c70b7"
225+
git-tree-sha1 = "621f4f3b4977325b9128d5fae7a8b4829a0c2222"
221226
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
222-
version = "2.2.3"
227+
version = "2.2.4"
223228

224229
[[deps.Pkg]]
225230
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]

0 commit comments

Comments
 (0)