Skip to content

Commit 8077049

Browse files
Update Rust crate tar to v0.4.44
1 parent 9ef7158 commit 8077049

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ serde = { version = "=1.0.218", features = ["derive"] }
118118
serde_json = "=1.0.139"
119119
sha2 = "=0.10.8"
120120
spdx = "=0.10.8"
121-
tar = "=0.4.43"
121+
tar = "=0.4.44"
122122
tempfile = "=3.17.1"
123123
thiserror = "=2.0.11"
124124
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flate2 = "=1.0.35"
1414
minijinja = "=2.7.0"
1515
serde = { version = "=1.0.218", features = ["derive"] }
1616
serde_json = "=1.0.139"
17-
tar = "=0.4.43"
17+
tar = "=0.4.44"
1818
tempfile = "=3.17.1"
1919
toml = "=0.8.20"
2020
tracing = "=0.1.41"

crates/crates_io_tarball/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cargo-manifest = "=0.19.1"
1515
flate2 = { version = "=1.0.35", optional = true }
1616
serde = { version = "=1.0.218", features = ["derive"] }
1717
serde_json = "=1.0.139"
18-
tar = { version = "=0.4.43", optional = true }
18+
tar = { version = "=0.4.44", optional = true }
1919
thiserror = "=2.0.11"
2020
tracing = "=0.1.41"
2121
tokio = { version = "=1.43.0", features = ["io-util", "macros", "rt-multi-thread"] }
@@ -31,6 +31,6 @@ flate2 = { version = "=1.0.35" }
3131
indicatif = { version = "=0.17.11", features = ["rayon"] }
3232
insta = "=1.42.1"
3333
rayon = "=1.10.0"
34-
tar = { version = "=0.4.43" }
34+
tar = { version = "=0.4.44" }
3535
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }
3636
walkdir = "=2.5.0"

0 commit comments

Comments
 (0)