Skip to content

Commit

Permalink
Merge pull request #10379 from rust-lang/renovate/cargo-manifest-0.x
Browse files Browse the repository at this point in the history
Update Rust crate cargo-manifest to v0.18.1
  • Loading branch information
Turbo87 authored Jan 13, 2025
2 parents 6a6017e + ff0e04f commit 8498afe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ axum-extra = { version = "=0.10.0", features = ["erased-json", "query", "typed-h
base64 = "=0.22.1"
bigdecimal = { version = "=0.4.7", features = ["serde"] }
bon = "=3.3.2"
cargo-manifest = "=0.18.0"
cargo-manifest = "=0.18.1"
colored = "=3.0.0"
crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" }
crates_io_database = { path = "crates/crates_io_database" }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_tarball/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true
builder = ["dep:flate2", "dep:tar"]

[dependencies]
cargo-manifest = "=0.18.0"
cargo-manifest = "=0.18.1"
flate2 = { version = "=1.0.35", optional = true }
serde = { version = "=1.0.217", features = ["derive"] }
serde_json = "=1.0.135"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ expression: tarball_info.manifest.bin
harness: true,
edition: None,
required_features: [],
crate_type: Some(
[
"bin",
],
),
crate_type: None,
},
]
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ expression: tarball_info.manifest.bin
harness: true,
edition: None,
required_features: [],
crate_type: Some(
[
"bin",
],
),
crate_type: None,
},
Product {
path: Some(
Expand All @@ -41,10 +37,6 @@ expression: tarball_info.manifest.bin
harness: true,
edition: None,
required_features: [],
crate_type: Some(
[
"bin",
],
),
crate_type: None,
},
]

0 comments on commit 8498afe

Please sign in to comment.