Skip to content

Commit 4e02526

Browse files
Update Rust crate cargo-manifest to v0.14.0
1 parent 13a91f5 commit 4e02526

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
@@ -57,7 +57,7 @@ axum = { version = "=0.7.5", features = ["macros", "matched-path"] }
5757
axum-extra = { version = "=0.9.3", features = ["cookie-signed", "typed-header"] }
5858
base64 = "=0.22.0"
5959
bigdecimal = { version = "=0.4.3", features = ["serde"] }
60-
cargo-manifest = "=0.13.0"
60+
cargo-manifest = "=0.14.0"
6161
crates_io_cdn_logs = { path = "crates/crates_io_cdn_logs" }
6262
crates_io_env_vars = { path = "crates/crates_io_env_vars" }
6363
crates_io_github = { path = "crates/crates_io_github" }

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.13.0"
14+
cargo-manifest = "=0.14.0"
1515
flate2 = "=1.0.30"
1616
serde = { version = "=1.0.199", features = ["derive"] }
1717
serde_json = "=1.0.116"

0 commit comments

Comments
 (0)