Skip to content

Commit 4ed54e0

Browse files
Update Rust crate cargo-manifest to v0.16.1 (#9941)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80d6ed4 commit 4ed54e0

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
@@ -48,7 +48,7 @@ axum-extra = { version = "=0.9.4", features = ["cookie-signed", "typed-header"]
4848
base64 = "=0.22.1"
4949
bigdecimal = { version = "=0.4.6", features = ["serde"] }
5050
bon = "=3.0.0"
51-
cargo-manifest = "=0.16.0"
51+
cargo-manifest = "=0.16.1"
5252
colored = "=2.1.0"
5353
crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" }
5454
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 = []
1212

1313
[dependencies]
14-
cargo-manifest = "=0.16.0"
14+
cargo-manifest = "=0.16.1"
1515
flate2 = "=1.0.35"
1616
serde = { version = "=1.0.215", features = ["derive"] }
1717
serde_json = "=1.0.132"

0 commit comments

Comments
 (0)