Skip to content

Commit 9b38978

Browse files
committed
build(rust): update async-tar
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 87aa76f commit 9b38978

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 3 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ wit-bindgen = { workspace = true, features = ["default"] }
3636
[workspace.dependencies]
3737
anyhow = { version = "1", default-features = false }
3838
async-compression = { version = "0.3", default-features = false }
39-
async-std = { version = "1" } # this is only here to enable Windows support in `async-tar` transitively
40-
async-tar = { version = "0.4", default-features = false }
39+
async-tar = { version = "0.5", default-features = false }
4140
async-trait = { version = "0.1", default-features = false }
4241
camino = { version = "1", default-features = false }
4342
clap = { version = "4", default-features = false }

crates/wit-deps/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,3 @@ urlencoding = { workspace = true }
3232
[features]
3333
default = ["sync"]
3434
sync = ["tokio/rt-multi-thread"]
35-
36-
[target.'cfg(windows)'.dependencies]
37-
# Required for https://github.com/dignifiedquire/async-tar/pull/35
38-
async-std = { workspace = true, features = ["unstable"] }

0 commit comments

Comments
 (0)