From 558a76aea2a63ade808e30ecdb5abc2c3970eaa2 Mon Sep 17 00:00:00 2001 From: Nicolau Leal Werneck Date: Mon, 7 Mar 2022 17:00:34 +0100 Subject: [PATCH 1/3] MsgPack and MbedTLS version upgrade, plus project version up to 0.9 --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index b5dfef9..dd62a5e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GoogleCloud" uuid = "55e21f81-8b0a-565e-b5ad-6816892a5ee7" -version = "0.8.2" +version = "0.9" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -17,8 +17,8 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" HTTP = "0.9" JSON = "0.21" Libz = "1" -MbedTLS = "0.6" -MsgPack = "1" +MbedTLS = "1" +MsgPack = "1.1" julia = "1" [extras] From b92e0734d2e8feecd2c2da7f80590fd99ad40b35 Mon Sep 17 00:00:00 2001 From: Nicolau Leal Werneck Date: Mon, 7 Mar 2022 17:04:57 +0100 Subject: [PATCH 2/3] julia version upgrade to LTS --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dd62a5e..1efd348 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ JSON = "0.21" Libz = "1" MbedTLS = "1" MsgPack = "1.1" -julia = "1" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From 8ecd09997050fc46975160ef58a0445dc194d5b8 Mon Sep 17 00:00:00 2001 From: Nicolau Leal Werneck Date: Thu, 17 Mar 2022 10:00:28 +0100 Subject: [PATCH 3/3] Update Project.toml Co-authored-by: mattBrzezinski --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1efd348..f2b92b4 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ HTTP = "0.9" JSON = "0.21" Libz = "1" MbedTLS = "1" -MsgPack = "1.1" +MsgPack = "1" julia = "1.6" [extras]