Skip to content

Commit 007d466

Browse files
authored
Fix stream leak in sts provider (#85)
1 parent 0e97b7b commit 007d466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-common-runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
1818
message("install dir ${AWS_DEPS_INSTALL_DIR}")
1919

2020
set(AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git")
21-
set(AWS_CRT_CPP_SHA "v0.6.9")
21+
set(AWS_CRT_CPP_SHA "v0.6.10")
2222
include(BuildAwsCrtCpp)
2323

0 commit comments

Comments
 (0)