Skip to content

Commit 0d9bc4a

Browse files
authored
Merge pull request #10838 from eth3lbert/astral-tokio-tar
Replace `krata-tokio-tar` with `astral-tokio-tar`
2 parents 3955b48 + 0b2b3fb commit 0d9bc4a

File tree

3 files changed

+38
-53
lines changed

3 files changed

+38
-53
lines changed

Cargo.lock

Lines changed: 34 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ dbg_macro = "warn"
2727
todo = "warn"
2828

2929
[package.metadata.cargo-machete]
30-
ignored = ["krata-tokio-tar"]
30+
ignored = ["astral-tokio-tar"]
3131

3232
[workspace.metadata.cargo-machete]
33-
ignored = ["krata-tokio-tar"]
33+
ignored = ["astral-tokio-tar"]
3434

3535
[lints]
3636
workspace = true
@@ -48,6 +48,7 @@ doctest = true
4848

4949
[dependencies]
5050
anyhow = "=1.0.97"
51+
astral-tokio-tar = "=0.5.1"
5152
async-compression = { version = "=0.4.21", default-features = false, features = ["gzip", "tokio"] }
5253
async-trait = "=0.1.88"
5354
aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] }
@@ -95,7 +96,6 @@ indexmap = { version = "=2.8.0", features = ["serde"] }
9596
indicatif = "=0.17.11"
9697
ipnetwork = "=0.21.1"
9798
json-subscriber = "=0.2.4"
98-
krata-tokio-tar = "=0.4.2"
9999
lettre = { version = "=0.11.15", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] }
100100
minijinja = { version = "=2.8.0", features = ["loader"] }
101101
mockall = "=0.13.1"

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ workspace = true
1111
builder = ["dep:flate2", "dep:tar"]
1212

1313
[dependencies]
14+
astral-tokio-tar = "=0.5.1"
1415
cargo-manifest = "=0.19.1"
1516
flate2 = { version = "=1.1.0", optional = true }
1617
serde = { version = "=1.0.219", features = ["derive"] }
@@ -20,7 +21,6 @@ thiserror = "=2.0.12"
2021
tracing = "=0.1.41"
2122
tokio = { version = "=1.44.1", features = ["io-util", "macros", "rt-multi-thread"] }
2223
async-compression = { version = "=0.4.21", default-features = false, features = ["gzip", "tokio"] }
23-
krata-tokio-tar = "=0.4.2"
2424
futures-util = "=0.3.31"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)