From 8f91fb8a8fc82fa0dbbd16a91c86700fccb8ac2a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 25 Sep 2024 07:11:14 +0000
Subject: [PATCH] Bump tar from 0.4.41 to 0.4.42

Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.41 to 0.4.42.
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.41...0.4.42)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock | 6 +++---
 Cargo.toml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 551f4f7..a8db5d7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -144,7 +144,7 @@ dependencies = [
 
 [[package]]
 name = "balalib"
-version = "1.0.27"
+version = "1.0.28"
 dependencies = [
  "flate2",
  "jsonschema",
@@ -1776,9 +1776,9 @@ dependencies = [
 
 [[package]]
 name = "tar"
-version = "0.4.41"
+version = "0.4.42"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
+checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020"
 dependencies = [
  "filetime",
  "libc",
diff --git a/Cargo.toml b/Cargo.toml
index a06dceb..5aecd66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ mlua = { version = "0.9.9", features = ["lua51", "macros", "serialize", "module"
 serde_json = "1.0.127"
 reqwest = { version = "0.12.7", features = ["json", "blocking"] }
 serde = { version = "1.0.209", features = ["derive"] }
-tar = "0.4.41"
+tar = "0.4.42"
 flate2 = "1.0.33"
 zip = "2.2.0"
 regex = "1.10.6"