Skip to content

Commit 72548b5

Browse files
Update Github.jl to min ver 5.7.2 (#1153)
* Update Github.jl to min ver 5.7.1 Deprecation warnings from Github.jl dependencies were polluting build logs, this fixes the issue * Rollback! Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com> * Bump dependencies * Fix for 1.6 Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
1 parent f30567e commit 72548b5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Manifest.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
2828

2929
[[BinaryBuilderBase]]
3030
deps = ["CodecZlib", "Downloads", "InteractiveUtils", "JSON", "LibGit2", "Libdl", "Logging", "OutputCollectors", "Pkg", "Random", "SHA", "Scratch", "SimpleBufferStream", "TOML", "Tar", "UUIDs", "p7zip_jll", "pigz_jll"]
31-
git-tree-sha1 = "a7d9c9f209f47a86622ec2bc019359b41db33d0b"
31+
git-tree-sha1 = "95c722d24c241ba02250b2322de8bf0800e9b66a"
3232
repo-rev = "master"
3333
repo-url = "https://github.com/JuliaPackaging/BinaryBuilderBase.jl.git"
3434
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
@@ -79,9 +79,9 @@ deps = ["ArgTools", "LibCURL", "NetworkOptions"]
7979
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
8080

8181
[[ExprTools]]
82-
git-tree-sha1 = "b7e3d17636b348f005f11040025ae8c6f645fe92"
82+
git-tree-sha1 = "24565044e60bc48a7562e75bcf14f084901dc0b6"
8383
uuid = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
84-
version = "0.1.6"
84+
version = "0.1.7"
8585

8686
[[FileIO]]
8787
deps = ["Pkg", "Requires", "UUIDs"]
@@ -99,10 +99,10 @@ uuid = "8f6bce27-0656-5410-875b-07a5572985df"
9999
version = "0.1.7"
100100

101101
[[GitHub]]
102-
deps = ["Base64", "Dates", "HTTP", "JSON", "MbedTLS", "Sockets", "SodiumSeal"]
103-
git-tree-sha1 = "c8594dff1ed76e232d8063b2a2555335900af6f3"
102+
deps = ["Base64", "Dates", "HTTP", "JSON", "MbedTLS", "Sockets", "SodiumSeal", "URIs"]
103+
git-tree-sha1 = "056781ae7b953289778408b136f8708a46837979"
104104
uuid = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
105-
version = "5.7.0"
105+
version = "5.7.2"
106106

107107
[[HTTP]]
108108
deps = ["Base64", "Dates", "IniFile", "Logging", "MbedTLS", "NetworkOptions", "Sockets", "URIs"]
@@ -139,9 +139,9 @@ version = "0.4.17"
139139

140140
[[JLLWrappers]]
141141
deps = ["Preferences"]
142-
git-tree-sha1 = "642a199af8b68253517b80bd3bfd17eb4e84df6e"
142+
git-tree-sha1 = "22df5b96feef82434b07327e2d3c770a9b21e023"
143143
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
144-
version = "1.3.0"
144+
version = "1.4.0"
145145

146146
[[JSON]]
147147
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
@@ -315,9 +315,9 @@ version = "1.7.0"
315315

316316
[[Requires]]
317317
deps = ["UUIDs"]
318-
git-tree-sha1 = "8f82019e525f4d5c669692772a6f4b0a58b06a6a"
318+
git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7"
319319
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
320-
version = "1.2.0"
320+
version = "1.3.0"
321321

322322
[[SHA]]
323323
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"

0 commit comments

Comments
 (0)