From 546e75126ef19620b651981a5bd853156f73e236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 15:46:13 +0000 Subject: [PATCH] Bump tar from 0.4.40 to 0.4.41 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.40 to 0.4.41. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.40...0.4.41) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 511d826..f9f5fe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,7 +138,7 @@ dependencies = [ [[package]] name = "balalib" -version = "1.0.10" +version = "1.0.11" dependencies = [ "flate2", "jsonschema", @@ -1757,9 +1757,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2c453cd..b235d21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ mlua = { version = "0.9.6", features = ["lua51", "macros", "serialize", "module" reqwest = { version = "0.12.5", features = ["json", "blocking"] } serde_json = "1.0.115" serde = { version = "1.0.197", features = ["derive"] } -tar = "0.4.40" +tar = "0.4.41" flate2 = "1.0.30" zip = "2.1.6" regex = "1.10.6"