Update current dependencies to latest#687
Merged
etaques merged 2 commits intonetboxlabs:developfrom Sep 18, 2023
leoparente:develop
Merged
Update current dependencies to latest#687etaques merged 2 commits intonetboxlabs:developfrom leoparente:develop
etaques merged 2 commits intonetboxlabs:developfrom
leoparente:develop
Conversation
leoparente
commented
Sep 15, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates in dependencies
[requires]
benchmark/1.7.0 -> benchmark/1.8.3
catch2/2.13.9 -> catch2/2.13.10
cpp-httplib/0.11.2 -> cpp-httplib/0.14.0
fmt/8.1.1 -> removed (let spdlog define fmt version)
opentelemetry-proto/0.19.0 -> opentelemetry-proto/1.0.0
protobuf/3.19.2 -> protobuf/3.21.12
sigslot/1.2.1 -> sigslot/1.2.2
spdlog/1.11.0 -> spdlog/1.12.0
libpcap/1.10.1 -> libpcap/1.10.4
yaml-cpp/0.7.0 -> yaml-cpp/0.8.0
zlib/1.2.12 -> zlib/[>=1.2.10 <1.3]
renamed
[build_requires]to[tool_requires]based on 1.X conan documentationadd
[generators] cmake_find_package: which generates the Find{pkg}.cmake automatically, soFindCorrade.cmakeis not necessary anymore (removed)Required changes
cmake_find_packageusageTest Required!
Next Steps