-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dependencies to latest (#113)
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
4 files
+19 −0 | include/aws/common/log_formatter.h | |
+10 −0 | include/aws/common/logging.h | |
+154 −87 | source/log_formatter.c | |
+126 −0 | source/logging.c |
Submodule aws-c-http
updated
1 files
+2 −0 | include/aws/http/request_response.h |
Submodule aws-c-io
updated
9 files
+18 −0 | .github/workflows/clang-format.yml | |
+23 −0 | .github/workflows/mac-osx-ci.yml | |
+6 −0 | include/aws/io/channel.h | |
+4 −0 | source/channel.c | |
+1 −3 | source/windows/secure_channel_tls_handler.c | |
+1 −1 | tests/alpn_handler_test.c | |
+1 −1 | tests/file_utils_test.c | |
+1 −1 | tests/pipe_test.c | |
+1 −1 | tests/shared_library_test.c |
Submodule aws-c-mqtt
updated
3 files
+3 −0 | include/aws/mqtt/private/client_impl.h | |
+34 −22 | source/client.c | |
+32 −4 | source/client_channel_handler.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -228,7 +228,7 @@ def awscrt_ext(): | |
|
||
setuptools.setup( | ||
name="awscrt", | ||
version="0.5.5", | ||
version="0.5.6", | ||
author="Amazon Web Services, Inc", | ||
author_email="[email protected]", | ||
description="A common runtime for AWS Python projects", | ||
|