Skip to content

Commit f2107ec

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -56,7 +56,7 @@ axum = { version = "=0.7.3", features = ["macros", "matched-path"] }
5656
axum-extra = { version = "=0.9.1", features = ["cookie-signed", "typed-header"] }
5757
base64 = "=0.21.6"
5858
bigdecimal = "=0.4.2"
59-
cargo-manifest = "=0.12.1"
59+
cargo-manifest = "=0.13.0"
6060
crates_io_env_vars = { path = "crates_io_env_vars" }
6161
crates_io_github = { path = "crates_io_github" }
6262
crates_io_index = { path = "crates_io_index" }

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.12.1"
14+
cargo-manifest = "=0.13.0"
1515
derive_deref = "=1.1.1"
1616
flate2 = "=1.0.28"
1717
semver = { version = "=1.0.21", features = ["serde"] }

0 commit comments

Comments
 (0)