From 862d190cc7ec550bf331c4b20dbcfe4d6fc6e39b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:05:02 +0000 Subject: [PATCH] build(deps): bump tar from 0.4.41 to 0.4.45 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.41 to 0.4.45. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.41...0.4.45) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- libsql-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf1b373f2e..c68edcb803 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5092,9 +5092,9 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tar" -version = "0.4.41" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", diff --git a/libsql-server/Cargo.toml b/libsql-server/Cargo.toml index 82f8cb036c..9f202ae152 100644 --- a/libsql-server/Cargo.toml +++ b/libsql-server/Cargo.toml @@ -89,7 +89,7 @@ crossbeam = "0.8.4" async-recursion = "1" mimalloc = "0.1.42" rheaper = { git = "https://github.com/MarinPostma/rheaper.git", tag = "v0.2.0", default-features = false, features = ["allocator"] } -tar = "0.4.41" +tar = "0.4.45" aws-config = { version = "1", features = ["behavior-version-latest"] } aws-sdk-s3 = "1" aws-smithy-runtime = "1.6.2"