We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64654f6 commit b0e213bCopy full SHA for b0e213b
.gitignore
@@ -10,3 +10,6 @@ docs/internals/html
10
appimage/*.AppImage
11
/test-config*.yaml
12
localconfig/
13
+.cache/
14
+.vscode/
15
+build/
conanfile.txt
@@ -1,11 +1,11 @@
1
[requires]
2
-catch2/3.4.0
+catch2/3.5.0
3
corrade/2020.06
4
-cpp-httplib/0.14.1
+cpp-httplib/0.14.3
5
docopt.cpp/0.6.3
6
fast-cpp-csv-parser/cci.20211104
7
json-schema-validator/2.2.0
8
-libmaxminddb/1.7.1
+libmaxminddb/1.8.0
9
nlohmann_json/3.11.2
openssl/1.1.1w
opentelemetry-proto/1.0.0
@@ -17,6 +17,7 @@ uvw/3.2.0
17
libpcap/1.10.4
18
yaml-cpp/0.8.0
19
robin-hood-hashing/3.11.5
20
+libcurl/8.5.0
21
crashpad/cci.20220219
22
zlib/[>=1.2.10 <1.3]
23
0 commit comments