Skip to content

Commit ac7db80

Browse files
committed
update cgmanifest and vcpkg dependencies
1 parent 09211d5 commit ac7db80

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

cgmanifest.json

+9
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@
5555
}
5656
}
5757
},
58+
{
59+
"component": {
60+
"type": "git",
61+
"git": {
62+
"repositoryUrl": "https://github.com/madler/zlib.git",
63+
"commitHash": "51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf"
64+
}
65+
}
66+
},
5867
{
5968
"component": {
6069
"type": "git",

src/vcpkg.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"c-ares"
99
]
1010
},
11-
"nlohmann-json"
11+
"nlohmann-json",
12+
"zlib"
1213
],
1314
"overrides": [
1415
{
@@ -26,12 +27,16 @@
2627
{
2728
"name": "nlohmann-json",
2829
"version": "3.11.3"
30+
},
31+
{
32+
"name": "zlib",
33+
"version": "1.3.1"
2934
}
3035
],
3136
"vcpkg-configuration": {
3237
"overlay-triplets": [
3338
"./VcpkgCustomTriplets"
3439
]
3540
},
36-
"builtin-baseline": "f56238700757aa05975e41fa835739c632810f3f"
37-
}
41+
"builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1"
42+
}

0 commit comments

Comments
 (0)