Skip to content

Commit 88ad69d

Browse files
committed
Auto merge of #4273 - rust-lang:renovate/tar-0.x, r=Turbo87
Update Rust crate tar to 0.4.38 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tar](https://crates.io/crates/tar) | dependencies | patch | `0.4.37` -> `0.4.38` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 854b594 + dd881d9 commit 88ad69d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -79,7 +79,7 @@ serde = { version = "1.0.131", features = ["derive"] }
7979
serde_json = "1.0.72"
8080
sha2 = "0.10"
8181
swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" }
82-
tar = "0.4.37"
82+
tar = "0.4.38"
8383
tempfile = "3"
8484
thiserror = "1.0.30"
8585
tokio = { version = "1.14.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}

0 commit comments

Comments
 (0)