Skip to content

Commit

Permalink
(conan-io#24300) octo-logger-cpp: bumped fmt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
perseoGI authored and memsharded committed Jun 14, 2024
1 parent d6950a5 commit 3dd8df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/octo-keygen-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def layout(self):
def requirements(self):
self.requires("octo-logger-cpp/1.1.0", transitive_headers=True)
self.requires("octo-encryption-cpp/1.1.0", transitive_headers=True)
self.requires("fmt/10.1.1")
self.requires("fmt/10.2.1")
self.requires("openssl/[>=1.1 <4]")

def validate(self):
Expand Down

0 comments on commit 3dd8df8

Please sign in to comment.