Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
- tlsuv: v0.32.0
- vcpkg baseline: 2024.08.23
  • Loading branch information
ekoby committed Sep 24, 2024
1 parent cf9f926 commit 7553c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (NOT TARGET tlsuv)
else ()
FetchContent_Declare(tlsuv
GIT_REPOSITORY https://github.com/openziti/tlsuv.git
GIT_TAG v0.31.4
GIT_TAG v0.32.0
)
FetchContent_MakeAvailable(tlsuv)
endif (tlsuv_DIR)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
]
}
},
"builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1"
"builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da"
}

0 comments on commit 7553c08

Please sign in to comment.