Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 3962530 commit e3c231c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packer/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 packer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
clap = { version = "^3", features = ["derive", "cargo"] }
shellexpand = "^3"
tar = "0.4.38"
tar = "0.4.39"
serde = { version = "^1", features = ["derive"] }
serde_yaml = "0.9.23"
anyhow = "^1"
Expand Down

0 comments on commit e3c231c

Please sign in to comment.