From 9a686a37b20ed7df1136e78e75b669b2cc750eb8 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Tue, 3 Dec 2019 16:01:38 -0800 Subject: [PATCH] update dependencies to latest (#113) --- aws-c-common | 2 +- aws-c-http | 2 +- aws-c-io | 2 +- aws-c-mqtt | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aws-c-common b/aws-c-common index a0d6ea582..17fd80daa 160000 --- a/aws-c-common +++ b/aws-c-common @@ -1 +1 @@ -Subproject commit a0d6ea58271154fc84d36020681b8b4a05aa6ce1 +Subproject commit 17fd80daa9536cb877caa8eb64b8b67b38e13163 diff --git a/aws-c-http b/aws-c-http index e106513e4..aa3f83c8c 160000 --- a/aws-c-http +++ b/aws-c-http @@ -1 +1 @@ -Subproject commit e106513e4ad184cdf8995fdfc9987c791dbe12f5 +Subproject commit aa3f83c8cbc3b0fe07daa038e07f755e59b5ea95 diff --git a/aws-c-io b/aws-c-io index ba0b6c3d1..e331d52cf 160000 --- a/aws-c-io +++ b/aws-c-io @@ -1 +1 @@ -Subproject commit ba0b6c3d1661c38a588a9465ab67bd23e6f0039c +Subproject commit e331d52cf01e7eecd7d1870b22991a0f26ddcbf6 diff --git a/aws-c-mqtt b/aws-c-mqtt index 8c78e0890..393c1dc4b 160000 --- a/aws-c-mqtt +++ b/aws-c-mqtt @@ -1 +1 @@ -Subproject commit 8c78e08908d31b418c86302278fc6a107754eaea +Subproject commit 393c1dc4bd73d39c14033b84a3eda63d1e223358 diff --git a/setup.py b/setup.py index 1da05aca3..fd5b4deed 100644 --- a/setup.py +++ b/setup.py @@ -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="aws-sdk-common-runtime@amazon.com", description="A common runtime for AWS Python projects",