Skip to content

Commit 9e0fbc4

Browse files
Update Rust crate cargo-manifest to v0.20.0
1 parent 5b590dd commit 9e0fbc4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -64,7 +64,7 @@ axum-extra = { version = "=0.12.5", features = ["erased-json", "middleware", "qu
6464
base64 = "=0.22.1"
6565
bigdecimal = { version = "=0.4.10", features = ["serde"] }
6666
bon = "=3.8.2"
67-
cargo-manifest = "=0.19.1"
67+
cargo-manifest = "=0.20.0"
6868
colored = "=3.0.0"
6969
crates_io_api_types = { path = "crates/crates_io_api_types" }
7070
crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" }

crates/crates_io_tarball/Cargo.toml

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

1313
[dependencies]
1414
astral-tokio-tar = "=0.5.6"
15-
cargo-manifest = "=0.19.1"
15+
cargo-manifest = "=0.20.0"
1616
flate2 = { version = "=1.1.8", optional = true }
1717
serde = { version = "=1.0.228", features = ["derive"] }
1818
serde_json = "=1.0.149"

crates/crates_io_test_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
[dependencies]
1414
anyhow = "=1.0.100"
1515
bytes = "=1.11.0"
16-
cargo-manifest = "=0.19.1"
16+
cargo-manifest = "=0.20.0"
1717
chrono = "=0.4.43"
1818
crates_io_api_types = { path = "../crates_io_api_types" }
1919
crates_io_database = { path = "../crates_io_database" }

0 commit comments

Comments
 (0)