Skip to content

Commit

Permalink
chore(deps): bump tar from 0.4.39 to 0.4.40
Browse files Browse the repository at this point in the history
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.39 to 0.4.40.
- [Commits](alexcrichton/tar-rs@0.4.39...0.4.40)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 16, 2024
1 parent fb3395d commit 0003f23
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 27 deletions.
43 changes: 17 additions & 26 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 @@ -28,7 +28,7 @@ camino = "1.1.4"
toml = { version = "0.8.6", optional = true }
serde_json = { version = "1.0.95", optional = true }
serde = { version = "1.0.159", optional = true, features = ["derive"] }
tar = { version = "0.4.38", optional = true }
tar = { version = "0.4.40", optional = true }
zip = { version = "0.6.4", optional = true }
flate2 = { version = "1.0.25", optional = true }
xz2 = { version = "0.1.7", optional = true, features = ["static"] }
Expand Down

0 comments on commit 0003f23

Please sign in to comment.