Skip to content

Commit

Permalink
(#21537) re2: Bump deps to fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Dec 3, 2023
1 parent 055237b commit 111ea90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/re2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def requirements(self):
if self.options.get_safe("with_icu"):
self.requires("icu/73.2")
if Version(self.version) >= "20230601":
self.requires("abseil/20230125.3", transitive_headers=True)
self.requires("abseil/20230802.1", transitive_headers=True)

def validate(self):
if self.settings.compiler.get_safe("cppstd"):
Expand Down

0 comments on commit 111ea90

Please sign in to comment.