From 9d32fc3057171211aa365038f2c8d7dd92f08bcf Mon Sep 17 00:00:00 2001 From: Sebastian Rollen <38324289+SebRollen@users.noreply.github.com> Date: Wed, 6 Nov 2019 09:45:14 -0500 Subject: [PATCH] bump mbed_tls version to 0.7 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3ce86f3..b1eb7bd 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ HTTP = "0.8" IniFile = "0.5" JSON = "0.18, 0.19, 0.20, 0.21" LazyJSON = "0.1" -MbedTLS = "0.6" +MbedTLS = "0.6, 0.7" Mocking = "0.7" Retry = "0.3, 0.4" SymDict = "0.3"