From 438783212cf640b604092bcff6f2e04ae7b304b9 Mon Sep 17 00:00:00 2001 From: Bilal2453 Date: Sat, 4 Apr 2026 12:32:27 +0300 Subject: [PATCH] chore: update lua-git submodule --- deps/git | 2 +- package.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/git b/deps/git index 00bd21b..d8f779e 160000 --- a/deps/git +++ b/deps/git @@ -1 +1 @@ -Subproject commit 00bd21b8cc3a2e233276f5a70b57ca7347fdf520 +Subproject commit d8f779ec18aa1fd375865b91a89d7fba1e1fe63e diff --git a/package.lua b/package.lua index 8ae728f..920edfa 100644 --- a/package.lua +++ b/package.lua @@ -1,6 +1,6 @@ return { name = "luvit/lit", - version = "3.9.0", + version = "3.9.1", homepage = "https://github.com/luvit/lit", description = "The Luvit Invention Toolkit is a luvi app that handles dependencies and luvi builds.", tags = {"lit", "meta"}, @@ -25,7 +25,7 @@ return { "luvit/coro-websocket@3.1.0", "luvit/md5@1.0.2", "luvit/semver@2.0.0", - "creationix/git@2.0.7", + "creationix/git@2.1.2", "luvit/prompt@2.0.0", "luvit/ssh-rsa@2.0.0", "creationix/weblit-app@3.2.0",