Skip to content

Commit c746048

Browse files
Fix and update Revise manifest (#59077)
1 parent 9aa2e68 commit c746048

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

deps/jlutilities/revise/Manifest.toml

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ git-tree-sha1 = "062c5e1a5bf6ada13db96a4ae4749a4c2234f521"
1818
uuid = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
1919
version = "1.3.9"
2020

21+
[[deps.Compiler]]
22+
git-tree-sha1 = "382d79bfe72a406294faca39ef0c3cef6e6ce1f1"
23+
uuid = "807dbc54-b67e-4c79-8afb-eafe4df6f2e1"
24+
version = "0.1.1"
25+
26+
[[deps.CompilerSupportLibraries_jll]]
27+
deps = ["Artifacts", "Libdl"]
28+
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
29+
version = "1.3.0+1"
30+
2131
[[deps.FileWatching]]
2232
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
2333
version = "1.11.0"
@@ -44,12 +54,12 @@ uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
4454
version = "1.11.0"
4555

4656
[[deps.LibGit2_jll]]
47-
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "OpenSSL_jll", "PCRE2_jll", "Zlib_jll"]
57+
deps = ["Artifacts", "CompilerSupportLibraries_jll", "LibSSH2_jll", "Libdl", "OpenSSL_jll", "PCRE2_jll", "Zlib_jll"]
4858
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
4959
version = "1.9.1+0"
5060

5161
[[deps.LibSSH2_jll]]
52-
deps = ["Artifacts", "Libdl", "OpenSSL_jll", "Zlib_jll"]
62+
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl", "OpenSSL_jll", "Zlib_jll"]
5363
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
5464
version = "1.11.3+1"
5565

@@ -58,10 +68,10 @@ uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
5868
version = "1.11.0"
5969

6070
[[deps.LoweredCodeUtils]]
61-
deps = ["JuliaInterpreter"]
62-
git-tree-sha1 = "4ef1c538614e3ec30cb6383b9eb0326a5c3a9763"
71+
deps = ["Compiler", "JuliaInterpreter"]
72+
git-tree-sha1 = "b882a7dd7ef37643066ae8f9380beea8fdd89cae"
6373
uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
64-
version = "3.3.0"
74+
version = "3.4.2"
6575

6676
[[deps.Markdown]]
6777
deps = ["Base64", "JuliaSyntaxHighlighting", "StyledStrings"]
@@ -75,13 +85,18 @@ version = "1.3.0"
7585
[[deps.OpenSSL_jll]]
7686
deps = ["Artifacts", "Libdl"]
7787
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
78-
version = "3.5.0+0"
88+
version = "3.5.1+0"
7989

8090
[[deps.OrderedCollections]]
8191
git-tree-sha1 = "05868e21324cede2207c6f0f466b4bfef6d5e7ee"
8292
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
8393
version = "1.8.1"
8494

95+
[[deps.PCRE2_jll]]
96+
deps = ["Artifacts", "Libdl"]
97+
uuid = "efcefdf7-47ab-520b-bdef-62a2eaa19f15"
98+
version = "10.45.0+0"
99+
85100
[[deps.Printf]]
86101
deps = ["Unicode"]
87102
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
@@ -105,7 +120,7 @@ version = "1.3.1"
105120

106121
[[deps.Revise]]
107122
deps = ["CodeTracking", "FileWatching", "JuliaInterpreter", "LibGit2", "LoweredCodeUtils", "OrderedCollections", "REPL", "Requires", "UUIDs", "Unicode"]
108-
git-tree-sha1 = "1d03585ab1bb9a6604094d0e521034df95f92cf2"
123+
git-tree-sha1 = "82dc140c7f52e4daeeec3675a411d48167a85a87"
109124
repo-rev = "master"
110125
repo-url = "https://github.com/timholy/Revise.jl.git"
111126
uuid = "295af30f-e4ad-537b-8983-00126c2a3abe"

0 commit comments

Comments
 (0)