Skip to content

Commit ca1773d

Browse files
Update Rust crate cargo-manifest to v0.17.0 (#10093)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec9c06e commit ca1773d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.9.6", features = ["cookie-signed", "erased-json", "
5353
base64 = "=0.22.1"
5454
bigdecimal = { version = "=0.4.6", features = ["serde"] }
5555
bon = "=3.1.1"
56-
cargo-manifest = "=0.16.1"
56+
cargo-manifest = "=0.17.0"
5757
colored = "=2.1.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.16.1"
14+
cargo-manifest = "=0.17.0"
1515
flate2 = { version = "=1.0.35", optional = true }
1616
serde = { version = "=1.0.215", features = ["derive"] }
1717
serde_json = "=1.0.133"

0 commit comments

Comments
 (0)