Skip to content

Commit

Permalink
Merge pull request #109 from axodotdev/dependabot/cargo/tar-0.4.40
Browse files Browse the repository at this point in the history
chore(deps): bump tar from 0.4.39 to 0.4.40
  • Loading branch information
ashleygwilliams committed May 22, 2024
2 parents 4b53bc0 + bc30e8b commit a484e90
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 28 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.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ thiserror = "1.0.37"
url = "2.5.0"
miette = "7.0.0"
camino = "1.1.4"

toml = { version = "0.8.6", optional = true }
serde_json = { version = "1.0.117", optional = true }
serde = { version = "1.0.202", 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.30", optional = true }
xz2 = { version = "0.1.7", optional = true, features = ["static"] }
Expand Down

0 comments on commit a484e90

Please sign in to comment.