Skip to content

Commit 8498afe

Browse files
authored
Merge pull request #10379 from rust-lang/renovate/cargo-manifest-0.x
Update Rust crate cargo-manifest to v0.18.1
2 parents 6a6017e + ff0e04f commit 8498afe

File tree

5 files changed

+7
-19
lines changed

5 files changed

+7
-19
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
@@ -53,7 +53,7 @@ axum-extra = { version = "=0.10.0", features = ["erased-json", "query", "typed-h
5353
base64 = "=0.22.1"
5454
bigdecimal = { version = "=0.4.7", features = ["serde"] }
5555
bon = "=3.3.2"
56-
cargo-manifest = "=0.18.0"
56+
cargo-manifest = "=0.18.1"
5757
colored = "=3.0.0"
5858
crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" }
5959
crates_io_database = { path = "crates/crates_io_database" }

crates/crates_io_tarball/Cargo.toml

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

1313
[dependencies]
14-
cargo-manifest = "=0.18.0"
14+
cargo-manifest = "=0.18.1"
1515
flate2 = { version = "=1.0.35", optional = true }
1616
serde = { version = "=1.0.217", features = ["derive"] }
1717
serde_json = "=1.0.135"

crates/crates_io_tarball/src/snapshots/crates_io_tarball__tests__app.snap

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ expression: tarball_info.manifest.bin
1919
harness: true,
2020
edition: None,
2121
required_features: [],
22-
crate_type: Some(
23-
[
24-
"bin",
25-
],
26-
),
22+
crate_type: None,
2723
},
2824
]

crates/crates_io_tarball/src/snapshots/crates_io_tarball__tests__lib_with_bins_and_example-2.snap

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ expression: tarball_info.manifest.bin
1919
harness: true,
2020
edition: None,
2121
required_features: [],
22-
crate_type: Some(
23-
[
24-
"bin",
25-
],
26-
),
22+
crate_type: None,
2723
},
2824
Product {
2925
path: Some(
@@ -41,10 +37,6 @@ expression: tarball_info.manifest.bin
4137
harness: true,
4238
edition: None,
4339
required_features: [],
44-
crate_type: Some(
45-
[
46-
"bin",
47-
],
48-
),
40+
crate_type: None,
4941
},
5042
]

0 commit comments

Comments
 (0)