Skip to content

Commit

Permalink
Update Rust crate tar to v0.4.41 (#8792)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 77d7306 commit 59184bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ serde = { version = "=1.0.203", features = ["derive"] }
serde_json = "=1.0.117"
sha2 = "=0.10.8"
spdx = "=0.10.6"
tar = "=0.4.40"
tar = "=0.4.41"
tempfile = "=3.10.1"
thiserror = "=1.0.61"
tokio = { version = "=1.38.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_tarball/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cargo-manifest = "=0.14.0"
flate2 = "=1.0.30"
serde = { version = "=1.0.203", features = ["derive"] }
serde_json = "=1.0.117"
tar = "=0.4.40"
tar = "=0.4.41"
thiserror = "=1.0.61"
tracing = "=0.1.40"

Expand Down

0 comments on commit 59184bb

Please sign in to comment.