From 4a7403022bb935596b40ce8e0e2d3d1a4bdc76fe Mon Sep 17 00:00:00 2001 From: shmyga Date: Wed, 4 Jan 2023 11:18:26 +0300 Subject: [PATCH] build: update dependencies versions --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index b1cba17..c0543d2 100755 --- a/haxelib.json +++ b/haxelib.json @@ -17,7 +17,7 @@ "dependencies": { "promhx": "1.1.0", "protohx": "0.4.6", - "haxe-crypto": "0.0.7", - "yaml": "2.0.0" + "haxe-crypto": "0.0.8", + "yaml": "2.0.1" } }