diff --git a/cmake/in/deps.in b/cmake/in/deps.in index c4ec76fb..cf06a60d 100644 --- a/cmake/in/deps.in +++ b/cmake/in/deps.in @@ -17,7 +17,7 @@ ExternalProject_Add( ExternalProject_Add( libuv GIT_REPOSITORY https://github.com/libuv/libuv.git - GIT_TAG v1.34.0 + GIT_TAG v1.34.1 SOURCE_DIR @LIBUV_DEPS_DIR@ CONFIGURE_COMMAND "" BUILD_COMMAND "" diff --git a/conanfile.py b/conanfile.py index fde7aee9..c5dd2ced 100644 --- a/conanfile.py +++ b/conanfile.py @@ -14,7 +14,7 @@ class UVMConan(ConanFile): exports = "LICENSE" exports_sources = "src/*" no_copy_source = True - requires = "libuv/1.34.0@bincrafters/stable" + requires = "libuv/1.34.1@bincrafters/stable" def package(self): self.copy(pattern="LICENSE", dst="licenses")