From 3ab85efcb9f2b3e8d1b6a9663ff585bdb27852aa Mon Sep 17 00:00:00 2001 From: andrei Date: Sat, 10 Dec 2022 18:31:45 +0100 Subject: [PATCH] WebSockets 1.6.0 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9490ab8..f26329d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "WebIO" uuid = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29" license = "MIT" -version = "0.8.19" +version = "0.8.20" [deps] AssetRegistry = "bf4720bc-e11a-5d0c-854e-bdca1663c893" @@ -26,7 +26,7 @@ JSExpr = "0.5" JSON = "0.18, 0.19, 0.20, 0.21" Observables = "0.5" Requires = "0.4.4, 0.5, 1.0.0" -WebSockets = "1.5.0" +WebSockets = "1.5.0, 1.6.0" Widgets = "0.6.2" julia = "1.6"