Skip to content

Commit

Permalink
Use grpc 1.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Aug 27, 2024
1 parent 0e0f53d commit 86509b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def requirements(self):
self.requires("flatbuffers/1.12.0")
if self.settings.os in ["Linux"]:
self.requires("folly/2022.01.31.00")
self.requires("grpc/[>=1.50]")
self.requires("grpc/1.50.1")
self.requires("jwt-cpp/0.4.0")
self.requires("nlohmann_json/3.11.2")
self.requires("prometheus-cpp/1.0.1")
Expand All @@ -67,7 +67,6 @@ def requirements(self):
self.requires("xz_utils/5.2.5", override=True)
self.requires("zlib/1.2.12", override=True)
self.requires("lz4/1.9.4", override=True)
self.requires("zstd/1.5.5", override=True)
if self.options.malloc_impl == "jemalloc":
self.requires("jemalloc/5.2.1")
elif self.options.malloc_impl == "tcmalloc":
Expand Down

0 comments on commit 86509b5

Please sign in to comment.