Skip to content

Commit f6098fc

Browse files
cargo: bump async-tar from 0.3.0 to 0.4.2
Bumps [async-tar](https://github.com/dignifiedquire/async-tar) from 0.3.0 to 0.4.2. - [Release notes](https://github.com/dignifiedquire/async-tar/releases) - [Commits](dignifiedquire/async-tar@v0.3.0...v0.4.2) --- updated-dependencies: - dependency-name: async-tar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e3c2fc commit f6098fc

File tree

2 files changed

+12
-38
lines changed

2 files changed

+12
-38
lines changed

Cargo.lock

Lines changed: 11 additions & 37 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
@@ -22,7 +22,7 @@ async-native-tls = { version = "0.3" }
2222
async-smtp = { git = "https://github.com/async-email/async-smtp", branch="master", features = ["socks5"] }
2323
async-std-resolver = "0.20"
2424
async-std = { version = "1", features = ["unstable"] }
25-
async-tar = "0.3"
25+
async-tar = "0.4"
2626
async-trait = "0.1"
2727
backtrace = "0.3"
2828
base64 = "0.13"

0 commit comments

Comments
 (0)