diff --git a/CMakeLists.txt b/CMakeLists.txt index 401eda71..2e23539b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ endif() # Required minimal libuv version -set(LIBUV_VERSION 1.44.2) +set(LIBUV_VERSION 1.45.0) function(fetch_libuv) if (FETCH_LIBUV) diff --git a/conanfile.py b/conanfile.py index 65c1cce4..bd31f4bd 100644 --- a/conanfile.py +++ b/conanfile.py @@ -14,7 +14,7 @@ class UVWConan(ConanFile): exports = "LICENSE" exports_sources = "src/*" no_copy_source = True - requires = "libuv/1.44.1@bincrafters/stable" + requires = "libuv/1.45.0@bincrafters/stable" def package(self): self.copy(pattern="LICENSE", dst="licenses")