Skip to content

Commit b0e213b

Browse files
authored
Update dependency libraries (#704)
* Update dependency libraries * Dont update json
1 parent 64654f6 commit b0e213b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ docs/internals/html
1010
appimage/*.AppImage
1111
/test-config*.yaml
1212
localconfig/
13+
.cache/
14+
.vscode/
15+
build/

conanfile.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[requires]
2-
catch2/3.4.0
2+
catch2/3.5.0
33
corrade/2020.06
4-
cpp-httplib/0.14.1
4+
cpp-httplib/0.14.3
55
docopt.cpp/0.6.3
66
fast-cpp-csv-parser/cci.20211104
77
json-schema-validator/2.2.0
8-
libmaxminddb/1.7.1
8+
libmaxminddb/1.8.0
99
nlohmann_json/3.11.2
1010
openssl/1.1.1w
1111
opentelemetry-proto/1.0.0
@@ -17,6 +17,7 @@ uvw/3.2.0
1717
libpcap/1.10.4
1818
yaml-cpp/0.8.0
1919
robin-hood-hashing/3.11.5
20+
libcurl/8.5.0
2021
crashpad/cci.20220219
2122
zlib/[>=1.2.10 <1.3]
2223

0 commit comments

Comments
 (0)